Searched refs:WebCryptoAlgorithmIdHmac (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/content/child/webcrypto/test/ |
D | hmac_unittest.cc | 31 blink::WebCryptoAlgorithmIdHmac, in CreateHmacKeyGenAlgorithm() 51 CreateAlgorithm(blink::WebCryptoAlgorithmIdHmac); in TEST() 128 EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, key.algorithm().id()); in TEST() 152 EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, key.algorithm().id()); in TEST() 168 EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, key.algorithm().id()); in TEST() 278 EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, key.algorithm().id()); in TEST() 374 EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, algorithm.id()); in TEST() 443 Sign(CreateAlgorithm(blink::WebCryptoAlgorithmIdHmac), in TEST()
|
D | aes_kw_unittest.cc | 254 EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, key.algorithm().id()); in TEST() 298 EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, key.algorithm().id()); in TEST() 308 Sign(CreateAlgorithm(blink::WebCryptoAlgorithmIdHmac), in TEST() 317 Verify(CreateAlgorithm(blink::WebCryptoAlgorithmIdHmac), in TEST() 451 EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, unwrapped_key.algorithm().id()); in TEST()
|
/external/chromium_org/content/child/webcrypto/ |
D | algorithm_registry.cc | 49 case blink::WebCryptoAlgorithmIdHmac: in GetAlgorithm()
|
D | webcrypto_util.cc | 114 blink::WebCryptoAlgorithmIdHmac, in CreateHmacImportAlgorithm()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebCryptoAlgorithm.cpp | 207 COMPILE_ASSERT(WebCryptoAlgorithmIdHmac == 1, Hmac_idDoesntMatch); 356 case WebCryptoAlgorithmIdHmac: in isHash()
|
D | WebCryptoKeyAlgorithm.cpp | 80 …return WebCryptoKeyAlgorithm(WebCryptoAlgorithmIdHmac, adoptPtr(new WebCryptoHmacKeyAlgorithmParam… in createHmac()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCryptoAlgorithm.h | 60 WebCryptoAlgorithmIdHmac, enumerator
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | NormalizeAlgorithm.cpp | 65 {"HMAC", 4, WebCryptoAlgorithmIdHmac},
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | SerializedScriptValue.cpp | 762 case blink::WebCryptoAlgorithmIdHmac: in doWriteAlgorithmId() 2476 id = blink::WebCryptoAlgorithmIdHmac; in doReadAlgorithmId()
|