Searched refs:hmacParams (Results 1 – 8 of 8) sorted by relevance
41 m_hash = Algorithm::create(m_algorithm.hmacParams()->hash()); in hash()48 ASSERT(algorithm.hmacParams()); in HmacParams()
123 if (algorithm.hmacParams()) { in getHmacHashId()124 hashId = algorithm.hmacParams()->hash().id(); in getHmacHashId()
76 if (algorithm.hmacParams()) in GetInnerHashAlgorithm()77 return algorithm.hmacParams()->hash(); in GetInnerHashAlgorithm()
278 const blink::WebCryptoHmacParams* params = algorithm.hmacParams(); in ImportKeyInternalRaw()868 const blink::WebCryptoHmacParams* params = algorithm.hmacParams(); in SignInternal()
421 const blink::WebCryptoHmacParams* const params = algorithm.hmacParams(); in SignInternal()
968 key.algorithm().hmacParams()->hash().id()); in TEST_F()
124 BLINK_PLATFORM_EXPORT const WebCryptoHmacParams* hmacParams() const;
110 const WebCryptoHmacParams* WebCryptoAlgorithm::hmacParams() const in hmacParams() function in blink::WebCryptoAlgorithm