Searched refs:CreateAlgorithm (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/content/renderer/webcrypto/ |
D | webcrypto_util.cc | 87 blink::WebCryptoAlgorithm CreateAlgorithm(blink::WebCryptoAlgorithmId id) { in CreateAlgorithm() function 116 new blink::WebCryptoHmacParams(CreateAlgorithm(hash_id))); in CreateHmacAlgorithmByHashOutputLen() 124 new blink::WebCryptoHmacParams(CreateAlgorithm(hash_id))); in CreateHmacAlgorithmByHashId() 135 CreateAlgorithm(hash_id), (key_length_bytes != 0), key_length_bytes)); in CreateHmacKeyGenAlgorithm() 143 new blink::WebCryptoRsaSsaParams(CreateAlgorithm(hash_id))); in CreateRsaSsaAlgorithm() 152 CreateAlgorithm(hash_id), false, NULL, 0)); in CreateRsaOaepAlgorithm()
|
D | webcrypto_impl.cc | 77 &BindAlgFactoryAlgorithmId<webcrypto::CreateAlgorithm, in JwkAlgorithmFactoryMap() 87 &BindAlgFactoryAlgorithmId<webcrypto::CreateAlgorithm, in JwkAlgorithmFactoryMap() 90 &BindAlgFactoryAlgorithmId<webcrypto::CreateAlgorithm, in JwkAlgorithmFactoryMap() 93 &BindAlgFactoryAlgorithmId<webcrypto::CreateAlgorithm, in JwkAlgorithmFactoryMap() 96 &BindAlgFactoryAlgorithmId<webcrypto::CreateAlgorithm, in JwkAlgorithmFactoryMap() 99 &BindAlgFactoryAlgorithmId<webcrypto::CreateAlgorithm, in JwkAlgorithmFactoryMap()
|
D | webcrypto_impl_unittest.cc | 346 webcrypto::CreateAlgorithm(test.algorithm); in TEST_F() 506 webcrypto::CreateAlgorithm(blink::WebCryptoAlgorithmIdAesCbc), in TEST_F() 657 webcrypto::CreateAlgorithm(blink::WebCryptoAlgorithmIdAesCbc), in TEST_F() 784 webcrypto::CreateAlgorithm(blink::WebCryptoAlgorithmIdAesCbc); in TEST_F() 848 webcrypto::CreateAlgorithm(blink::WebCryptoAlgorithmIdAesCbc); in TEST_F() 895 webcrypto::CreateAlgorithm(blink::WebCryptoAlgorithmIdRsaEsPkcs1v1_5); in TEST_F() 1005 webcrypto::CreateAlgorithm(blink::WebCryptoAlgorithmIdAesCbc), in TEST_F() 1122 webcrypto::CreateAlgorithm(blink::WebCryptoAlgorithmIdRsaEsPkcs1v1_5), in TEST_F() 1155 webcrypto::CreateAlgorithm(blink::WebCryptoAlgorithmIdRsaEsPkcs1v1_5), in TEST_F() 1164 webcrypto::CreateAlgorithm(blink::WebCryptoAlgorithmIdAesCbc), in TEST_F() [all …]
|
D | webcrypto_util.h | 44 CONTENT_EXPORT blink::WebCryptoAlgorithm CreateAlgorithm(
|