Home
last modified time | relevance | path

Searched refs:hash_id (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/obj/
Dobj_xref.c84 *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()
Dobj_xref.h6 int hash_id; member
/external/openssl/crypto/objects/
Dobj_xref.c83 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()
Dobj_xref.h6 int hash_id; member
/external/chromium_org/content/child/webcrypto/
Dwebcrypto_util.cc111 blink::WebCryptoAlgorithmId hash_id) { in CreateHmacImportAlgorithm() argument
112 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id)); in CreateHmacImportAlgorithm()
115 new blink::WebCryptoHmacImportParams(CreateAlgorithm(hash_id))); in CreateHmacImportAlgorithm()
120 blink::WebCryptoAlgorithmId hash_id) { in CreateRsaHashedImportAlgorithm() argument
121 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id)); in CreateRsaHashedImportAlgorithm()
125 id, new blink::WebCryptoRsaHashedImportParams(CreateAlgorithm(hash_id))); in CreateRsaHashedImportAlgorithm()
Dwebcrypto_util.h39 blink::WebCryptoAlgorithmId hash_id);
45 blink::WebCryptoAlgorithmId hash_id);
/external/chromium_org/content/child/webcrypto/test/
Dtest_helpers.cc120 const blink::WebCryptoAlgorithmId hash_id, in CreateRsaHashedKeyGenAlgorithm() argument
125 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id)); in CreateRsaHashedKeyGenAlgorithm()
129 CreateAlgorithm(hash_id), in CreateRsaHashedKeyGenAlgorithm()
Dhmac_unittest.cc26 blink::WebCryptoAlgorithmId hash_id, in CreateHmacKeyGenAlgorithm() argument
28 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id)); in CreateHmacKeyGenAlgorithm()
33 CreateAlgorithm(hash_id), (key_length_bits != 0), key_length_bits)); in CreateHmacKeyGenAlgorithm()
Dtest_helpers.h59 const blink::WebCryptoAlgorithmId hash_id,