Searched refs:WebCryptoAlgorithmIdSha512 (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/renderer/webcrypto/ |
D | webcrypto_impl_openssl.cc | 66 case blink::WebCryptoAlgorithmIdSha512: in WebCryptoHmacParamsToBlockSize() 229 case blink::WebCryptoAlgorithmIdSha512: in DigestInternal() 445 case blink::WebCryptoAlgorithmIdSha512: in SignInternal()
|
D | webcrypto_util.cc | 30 alg_id == blink::WebCryptoAlgorithmIdSha512; in IsHashAlgorithm() 108 hash_id = blink::WebCryptoAlgorithmIdSha512; in CreateHmacAlgorithmByHashOutputLen()
|
D | webcrypto_impl.cc | 75 blink::WebCryptoAlgorithmIdSha512>; in JwkAlgorithmFactoryMap() 139 case blink::WebCryptoAlgorithmIdSha512: in WebCryptoAlgorithmsConsistent()
|
D | webcrypto_impl_unittest.cc | 300 { blink::WebCryptoAlgorithmIdSha512, "", in TEST_F() 317 { blink::WebCryptoAlgorithmIdSha512, "00", in TEST_F() 334 { blink::WebCryptoAlgorithmIdSha512, "000102030405", in TEST_F()
|
D | webcrypto_impl_nss.cc | 75 case blink::WebCryptoAlgorithmIdSha512: in WebCryptoAlgorithmToNSSHashType()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCryptoAlgorithm.h | 52 WebCryptoAlgorithmIdSha512, enumerator
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | NormalizeAlgorithm.cpp | 79 {"SHA-512", blink::WebCryptoAlgorithmIdSha512}, 126 {blink::WebCryptoAlgorithmIdSha512, Digest, blink::WebCryptoAlgorithmParamsTypeNone},
|