Searched refs:WebCryptoAlgorithmIdSha1 (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/renderer/webcrypto/ |
D | webcrypto_impl_openssl.cc | 58 case blink::WebCryptoAlgorithmIdSha1: in WebCryptoHmacParamsToBlockSize() 217 case blink::WebCryptoAlgorithmIdSha1: in DigestInternal() 429 case blink::WebCryptoAlgorithmIdSha1: in SignInternal()
|
D | webcrypto_util.cc | 26 return alg_id == blink::WebCryptoAlgorithmIdSha1 || in IsHashAlgorithm() 96 hash_id = blink::WebCryptoAlgorithmIdSha1; in CreateHmacAlgorithmByHashOutputLen()
|
D | webcrypto_impl_unittest.cc | 287 { blink::WebCryptoAlgorithmIdSha1, "", in TEST_F() 304 { blink::WebCryptoAlgorithmIdSha1, "00", in TEST_F() 321 { blink::WebCryptoAlgorithmIdSha1, "000102030405", in TEST_F() 368 blink::WebCryptoAlgorithmIdSha1, in TEST_F() 386 blink::WebCryptoAlgorithmIdSha1, in TEST_F() 399 blink::WebCryptoAlgorithmIdSha1, in TEST_F() 745 blink::WebCryptoAlgorithmIdSha1, 128); in TEST_F() 759 webcrypto::CreateHmacKeyGenAlgorithm(blink::WebCryptoAlgorithmIdSha1, 0); in TEST_F() 1014 webcrypto::CreateHmacAlgorithmByHashId(blink::WebCryptoAlgorithmIdSha1), in TEST_F()
|
D | webcrypto_impl_nss.cc | 67 case blink::WebCryptoAlgorithmIdSha1: in WebCryptoAlgorithmToNSSHashType() 86 case blink::WebCryptoAlgorithmIdSha1: in WebCryptoAlgorithmToHMACMechanism() 184 case blink::WebCryptoAlgorithmIdSha1: in HmacAlgorithmToGenMechanism() 211 case blink::WebCryptoAlgorithmIdSha1: in WebCryptoHmacAlgorithmToBlockSize()
|
D | webcrypto_impl.cc | 81 blink::WebCryptoAlgorithmIdSha1>; in JwkAlgorithmFactoryMap() 135 case blink::WebCryptoAlgorithmIdSha1: in WebCryptoAlgorithmsConsistent()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCryptoAlgorithm.h | 48 WebCryptoAlgorithmIdSha1, enumerator
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | NormalizeAlgorithm.cpp | 75 {"SHA-1", blink::WebCryptoAlgorithmIdSha1}, 122 {blink::WebCryptoAlgorithmIdSha1, Digest, blink::WebCryptoAlgorithmParamsTypeNone},
|