Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_impl_openssl.cc66 case blink::WebCryptoAlgorithmIdSha512: in WebCryptoHmacParamsToBlockSize()
229 case blink::WebCryptoAlgorithmIdSha512: in DigestInternal()
445 case blink::WebCryptoAlgorithmIdSha512: in SignInternal()
Dwebcrypto_util.cc30 alg_id == blink::WebCryptoAlgorithmIdSha512; in IsHashAlgorithm()
108 hash_id = blink::WebCryptoAlgorithmIdSha512; in CreateHmacAlgorithmByHashOutputLen()
Dwebcrypto_impl.cc75 blink::WebCryptoAlgorithmIdSha512>; in JwkAlgorithmFactoryMap()
139 case blink::WebCryptoAlgorithmIdSha512: in WebCryptoAlgorithmsConsistent()
Dwebcrypto_impl_unittest.cc300 { blink::WebCryptoAlgorithmIdSha512, "", in TEST_F()
317 { blink::WebCryptoAlgorithmIdSha512, "00", in TEST_F()
334 { blink::WebCryptoAlgorithmIdSha512, "000102030405", in TEST_F()
Dwebcrypto_impl_nss.cc75 case blink::WebCryptoAlgorithmIdSha512: in WebCryptoAlgorithmToNSSHashType()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h52 WebCryptoAlgorithmIdSha512, enumerator
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp79 {"SHA-512", blink::WebCryptoAlgorithmIdSha512},
126 {blink::WebCryptoAlgorithmIdSha512, Digest, blink::WebCryptoAlgorithmParamsTypeNone},