Home | History | Annotate | Download | only in nss

Lines Matching refs:hash

65     const blink::WebCryptoAlgorithm& hash = params->hash();
67 if (!WebCryptoHashToHMACMechanism(hash, &mechanism))
76 blink::WebCryptoKeyAlgorithm::createHmac(hash.id(), keylen_bits),
106 const blink::WebCryptoAlgorithm& hash =
107 algorithm.hmacImportParams()->hash();
110 if (!WebCryptoHashToHMACMechanism(hash, &mechanism))
121 hash.id(), keylen_bits.ValueOrDie()),
135 GetJwkHmacAlgorithmName(algorithm.hmacImportParams()->hash().id());
161 GetJwkHmacAlgorithmName(key.algorithm().hmacParams()->hash().id());
178 const blink::WebCryptoAlgorithm& hash =
179 key.algorithm().hmacParams()->hash();
183 if (!WebCryptoHashToHMACMechanism(hash, &mechanism))