Searched defs:hash_id (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj_xref.h6 int hash_id; member in struct:__anon11646
/external/openssl/crypto/objects/
H A Dobj_xref.h6 int hash_id; member in struct:__anon28342
/external/chromium_org/content/child/webcrypto/test/
H A Dhmac_unittest.cc23 // generation. It is an error to call this with a hash_id that is not a SHA*.
26 blink::WebCryptoAlgorithmId hash_id,
28 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id));
33 CreateAlgorithm(hash_id), (key_length_bits != 0), key_length_bits));
25 CreateHmacKeyGenAlgorithm( blink::WebCryptoAlgorithmId hash_id, unsigned int key_length_bits) argument
H A Dtest_helpers.cc120 const blink::WebCryptoAlgorithmId hash_id,
125 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id));
129 CreateAlgorithm(hash_id),
118 CreateRsaHashedKeyGenAlgorithm( blink::WebCryptoAlgorithmId algorithm_id, const blink::WebCryptoAlgorithmId hash_id, unsigned int modulus_length, const std::vector<uint8_t>& public_exponent) argument
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_util.cc111 blink::WebCryptoAlgorithmId hash_id) {
112 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id));
115 new blink::WebCryptoHmacImportParams(CreateAlgorithm(hash_id)));
120 blink::WebCryptoAlgorithmId hash_id) {
121 DCHECK(blink::WebCryptoAlgorithm::isHash(hash_id));
125 id, new blink::WebCryptoRsaHashedImportParams(CreateAlgorithm(hash_id)));
110 CreateHmacImportAlgorithm( blink::WebCryptoAlgorithmId hash_id) argument
118 CreateRsaHashedImportAlgorithm( blink::WebCryptoAlgorithmId id, blink::WebCryptoAlgorithmId hash_id) argument

Completed in 257 milliseconds