Searched refs:WebCryptoAlgorithmIdHmac (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/content/renderer/webcrypto/ |
D | webcrypto_impl_openssl.cc | 290 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()
|
D | webcrypto_impl_nss.cc | 180 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()
|
D | webcrypto_util.cc | 115 blink::WebCryptoAlgorithmIdHmac, in CreateHmacAlgorithmByHashOutputLen() 123 blink::WebCryptoAlgorithmIdHmac, in CreateHmacAlgorithmByHashId() 133 blink::WebCryptoAlgorithmIdHmac, in CreateHmacKeyGenAlgorithm()
|
D | webcrypto_impl_unittest.cc | 966 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()
|
D | webcrypto_impl.cc | 125 case blink::WebCryptoAlgorithmIdHmac: in WebCryptoAlgorithmsConsistent()
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | NormalizeAlgorithm.cpp | 72 {"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},
|
D | Key.cpp | 194 if (m_key.algorithm().id() == blink::WebCryptoAlgorithmIdHmac) { in canBeUsedForAlgorithm()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCryptoAlgorithm.h | 45 WebCryptoAlgorithmIdHmac, enumerator
|