Home
last modified time | relevance | path

Searched refs:WebCryptoAlgorithmIdHmac (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_impl_openssl.cc290 case blink::WebCryptoAlgorithmIdHmac: { in GenerateKeyInternal()
347 if (algorithm.id() != blink::WebCryptoAlgorithmIdHmac && in ImportKeyInternal()
416 case blink::WebCryptoAlgorithmIdHmac: { in SignInternal()
418 DCHECK_EQ(key.algorithm().id(), blink::WebCryptoAlgorithmIdHmac); in SignInternal()
503 case blink::WebCryptoAlgorithmIdHmac: { in VerifySignatureInternal()
Dwebcrypto_impl_nss.cc180 DCHECK_EQ(algorithm.id(), blink::WebCryptoAlgorithmIdHmac); in HmacAlgorithmToGenMechanism()
198 case blink::WebCryptoAlgorithmIdHmac: in WebCryptoAlgorithmToGenMechanism()
207 DCHECK_EQ(algorithm.id(), blink::WebCryptoAlgorithmIdHmac); in WebCryptoHmacAlgorithmToBlockSize()
260 case blink::WebCryptoAlgorithmIdHmac: in ImportKeyInternalRaw()
277 case blink::WebCryptoAlgorithmIdHmac: { in ImportKeyInternalRaw()
677 case blink::WebCryptoAlgorithmIdHmac: { in GenerateKeyInternal()
867 case blink::WebCryptoAlgorithmIdHmac: { in SignInternal()
932 case blink::WebCryptoAlgorithmIdHmac: { in VerifySignatureInternal()
Dwebcrypto_util.cc115 blink::WebCryptoAlgorithmIdHmac, in CreateHmacAlgorithmByHashOutputLen()
123 blink::WebCryptoAlgorithmIdHmac, in CreateHmacAlgorithmByHashId()
133 blink::WebCryptoAlgorithmIdHmac, in CreateHmacKeyGenAlgorithm()
Dwebcrypto_impl_unittest.cc966 EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, key.algorithm().id()); in TEST_F()
1025 EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, algorithm.id()); in TEST_F()
1035 EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, algorithm.id()); in TEST_F()
Dwebcrypto_impl.cc125 case blink::WebCryptoAlgorithmIdHmac: in WebCryptoAlgorithmsConsistent()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp72 {"HMAC", blink::WebCryptoAlgorithmIdHmac},
102 {blink::WebCryptoAlgorithmIdHmac, Sign, blink::WebCryptoAlgorithmParamsTypeHmacParams},
103 {blink::WebCryptoAlgorithmIdHmac, Verify, blink::WebCryptoAlgorithmParamsTypeHmacParams},
104 … {blink::WebCryptoAlgorithmIdHmac, GenerateKey, blink::WebCryptoAlgorithmParamsTypeHmacKeyParams},
105 {blink::WebCryptoAlgorithmIdHmac, ImportKey, blink::WebCryptoAlgorithmParamsTypeHmacParams},
DKey.cpp194 if (m_key.algorithm().id() == blink::WebCryptoAlgorithmIdHmac) { in canBeUsedForAlgorithm()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h45 WebCryptoAlgorithmIdHmac, enumerator