Home
last modified time | relevance | path

Searched refs:WebCryptoAlgorithmIdRsaSsaPkcs1v1_5 (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp73 {"RSASSA-PKCS1-v1_5", blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5},
108 …{blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5, Sign, blink::WebCryptoAlgorithmParamsTypeRsaSsaParams…
109 …{blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5, Verify, blink::WebCryptoAlgorithmParamsTypeRsaSsaPara…
110 …{blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5, GenerateKey, blink::WebCryptoAlgorithmParamsTypeRsaKe…
111 … {blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5, ImportKey, blink::WebCryptoAlgorithmParamsTypeNone},
/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_util.cc142 blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5, in CreateRsaSsaAlgorithm()
160 algorithm_id == blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5 || in CreateRsaKeyGenAlgorithm()
Dwebcrypto_impl.cc29 algorithm.id() == blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5 || in IsAlgorithmAsymmetric()
127 case blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5: in WebCryptoAlgorithmsConsistent()
Dwebcrypto_impl_nss.cc245 algorithm.id() == blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5; in IsAlgorithmRsa()
726 case blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5: { in GenerateKeyPairInternal()
753 case blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5: in GenerateKeyPairInternal()
Dwebcrypto_impl_unittest.cc85 algorithm_id == blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5 || in CreateRsaKeyGenAlgorithm()
1222 webcrypto::CreateAlgorithm(blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5), in TEST_F()
1255 webcrypto::CreateAlgorithm(blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5), in TEST_F()
1362 blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5, in TEST_F()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h46 WebCryptoAlgorithmIdRsaSsaPkcs1v1_5, enumerator