Searched refs:WebCryptoAlgorithmIdSha256 (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/renderer/webcrypto/ |
D | webcrypto_impl_unittest.cc | 293 { blink::WebCryptoAlgorithmIdSha256, "", in TEST_F() 310 { blink::WebCryptoAlgorithmIdSha256, "00", in TEST_F() 327 { blink::WebCryptoAlgorithmIdSha256, "000102030405", in TEST_F() 375 blink::WebCryptoAlgorithmIdSha256, in TEST_F() 414 blink::WebCryptoAlgorithmIdSha256, in TEST_F() 428 blink::WebCryptoAlgorithmIdSha256, in TEST_F() 956 webcrypto::CreateHmacAlgorithmByHashId(blink::WebCryptoAlgorithmIdSha256); in TEST_F() 967 EXPECT_EQ(blink::WebCryptoAlgorithmIdSha256, in TEST_F() 1031 webcrypto::CreateHmacAlgorithmByHashId(blink::WebCryptoAlgorithmIdSha256), in TEST_F() 1065 webcrypto::CreateHmacAlgorithmByHashId(blink::WebCryptoAlgorithmIdSha256); in TEST_F()
|
D | webcrypto_impl_openssl.cc | 62 case blink::WebCryptoAlgorithmIdSha256: in WebCryptoHmacParamsToBlockSize() 223 case blink::WebCryptoAlgorithmIdSha256: in DigestInternal() 437 case blink::WebCryptoAlgorithmIdSha256: in SignInternal()
|
D | webcrypto_util.cc | 28 alg_id == blink::WebCryptoAlgorithmIdSha256 || in IsHashAlgorithm() 102 hash_id = blink::WebCryptoAlgorithmIdSha256; in CreateHmacAlgorithmByHashOutputLen()
|
D | webcrypto_impl_nss.cc | 71 case blink::WebCryptoAlgorithmIdSha256: in WebCryptoAlgorithmToNSSHashType() 88 case blink::WebCryptoAlgorithmIdSha256: in WebCryptoAlgorithmToHMACMechanism() 186 case blink::WebCryptoAlgorithmIdSha256: in HmacAlgorithmToGenMechanism() 213 case blink::WebCryptoAlgorithmIdSha256: in WebCryptoHmacAlgorithmToBlockSize()
|
D | webcrypto_impl.cc | 69 blink::WebCryptoAlgorithmIdSha256>; in JwkAlgorithmFactoryMap() 137 case blink::WebCryptoAlgorithmIdSha256: in WebCryptoAlgorithmsConsistent()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCryptoAlgorithm.h | 50 WebCryptoAlgorithmIdSha256, enumerator
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | NormalizeAlgorithm.cpp | 77 {"SHA-256", blink::WebCryptoAlgorithmIdSha256}, 124 {blink::WebCryptoAlgorithmIdSha256, Digest, blink::WebCryptoAlgorithmParamsTypeNone},
|