Home
last modified time | relevance | path

Searched refs:WebCryptoAlgorithmIdSha256 (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_impl_unittest.cc293 { 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()
Dwebcrypto_impl_openssl.cc62 case blink::WebCryptoAlgorithmIdSha256: in WebCryptoHmacParamsToBlockSize()
223 case blink::WebCryptoAlgorithmIdSha256: in DigestInternal()
437 case blink::WebCryptoAlgorithmIdSha256: in SignInternal()
Dwebcrypto_util.cc28 alg_id == blink::WebCryptoAlgorithmIdSha256 || in IsHashAlgorithm()
102 hash_id = blink::WebCryptoAlgorithmIdSha256; in CreateHmacAlgorithmByHashOutputLen()
Dwebcrypto_impl_nss.cc71 case blink::WebCryptoAlgorithmIdSha256: in WebCryptoAlgorithmToNSSHashType()
88 case blink::WebCryptoAlgorithmIdSha256: in WebCryptoAlgorithmToHMACMechanism()
186 case blink::WebCryptoAlgorithmIdSha256: in HmacAlgorithmToGenMechanism()
213 case blink::WebCryptoAlgorithmIdSha256: in WebCryptoHmacAlgorithmToBlockSize()
Dwebcrypto_impl.cc69 blink::WebCryptoAlgorithmIdSha256>; in JwkAlgorithmFactoryMap()
137 case blink::WebCryptoAlgorithmIdSha256: in WebCryptoAlgorithmsConsistent()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h50 WebCryptoAlgorithmIdSha256, enumerator
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp77 {"SHA-256", blink::WebCryptoAlgorithmIdSha256},
124 {blink::WebCryptoAlgorithmIdSha256, Digest, blink::WebCryptoAlgorithmParamsTypeNone},