Searched refs:hash_id (Results 1 – 9 of 9) sorted by relevance
84 *out_digest_nid = triple->hash_id; in OBJ_find_sigid_algs()98 int ret = a->hash_id - b->hash_id; in nid_triple_cmp_by_digest_and_hash()109 key.hash_id = digest_nid; in OBJ_find_sigid_by_algs()
6 int hash_id; member
83 ret = (*a)->hash_id - (*b)->hash_id; in sigx_cmp()114 *pdig_nid = rv->hash_id; in OBJ_find_sigid_algs()126 tmp.hash_id = dig_nid; in OBJ_find_sigid_by_algs()169 ntr->hash_id = dig_id; in OBJ_add_sigid()
111 blink::WebCryptoAlgorithmId hash_id) { in CreateHmacImportAlgorithm() argument112 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id)); in CreateHmacImportAlgorithm()115 new blink::WebCryptoHmacImportParams(CreateAlgorithm(hash_id))); in CreateHmacImportAlgorithm()120 blink::WebCryptoAlgorithmId hash_id) { in CreateRsaHashedImportAlgorithm() argument121 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id)); in CreateRsaHashedImportAlgorithm()125 id, new blink::WebCryptoRsaHashedImportParams(CreateAlgorithm(hash_id))); in CreateRsaHashedImportAlgorithm()
39 blink::WebCryptoAlgorithmId hash_id);45 blink::WebCryptoAlgorithmId hash_id);
120 const blink::WebCryptoAlgorithmId hash_id, in CreateRsaHashedKeyGenAlgorithm() argument125 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id)); in CreateRsaHashedKeyGenAlgorithm()129 CreateAlgorithm(hash_id), in CreateRsaHashedKeyGenAlgorithm()
26 blink::WebCryptoAlgorithmId hash_id, in CreateHmacKeyGenAlgorithm() argument28 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id)); in CreateHmacKeyGenAlgorithm()33 CreateAlgorithm(hash_id), (key_length_bits != 0), key_length_bits)); in CreateHmacKeyGenAlgorithm()
59 const blink::WebCryptoAlgorithmId hash_id,