Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_impl_openssl.cc58 case blink::WebCryptoAlgorithmIdSha1: in WebCryptoHmacParamsToBlockSize()
217 case blink::WebCryptoAlgorithmIdSha1: in DigestInternal()
429 case blink::WebCryptoAlgorithmIdSha1: in SignInternal()
Dwebcrypto_util.cc26 return alg_id == blink::WebCryptoAlgorithmIdSha1 || in IsHashAlgorithm()
96 hash_id = blink::WebCryptoAlgorithmIdSha1; in CreateHmacAlgorithmByHashOutputLen()
Dwebcrypto_impl_unittest.cc287 { 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()
Dwebcrypto_impl_nss.cc67 case blink::WebCryptoAlgorithmIdSha1: in WebCryptoAlgorithmToNSSHashType()
86 case blink::WebCryptoAlgorithmIdSha1: in WebCryptoAlgorithmToHMACMechanism()
184 case blink::WebCryptoAlgorithmIdSha1: in HmacAlgorithmToGenMechanism()
211 case blink::WebCryptoAlgorithmIdSha1: in WebCryptoHmacAlgorithmToBlockSize()
Dwebcrypto_impl.cc81 blink::WebCryptoAlgorithmIdSha1>; in JwkAlgorithmFactoryMap()
135 case blink::WebCryptoAlgorithmIdSha1: in WebCryptoAlgorithmsConsistent()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h48 WebCryptoAlgorithmIdSha1, enumerator
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp75 {"SHA-1", blink::WebCryptoAlgorithmIdSha1},
122 {blink::WebCryptoAlgorithmIdSha1, Digest, blink::WebCryptoAlgorithmParamsTypeNone},