Home
last modified time | relevance | path

Searched refs:adoptParamsAndCreate (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_util.cc21 return blink::WebCryptoAlgorithm::adoptParamsAndCreate( in CreateAesKeyGenAlgorithm()
88 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(id, NULL); in CreateAlgorithm()
114 return blink::WebCryptoAlgorithm::adoptParamsAndCreate( in CreateHmacAlgorithmByHashOutputLen()
122 return blink::WebCryptoAlgorithm::adoptParamsAndCreate( in CreateHmacAlgorithmByHashId()
132 return blink::WebCryptoAlgorithm::adoptParamsAndCreate( in CreateHmacKeyGenAlgorithm()
141 return blink::WebCryptoAlgorithm::adoptParamsAndCreate( in CreateRsaSsaAlgorithm()
149 return blink::WebCryptoAlgorithm::adoptParamsAndCreate( in CreateRsaOaepAlgorithm()
162 return blink::WebCryptoAlgorithm::adoptParamsAndCreate( in CreateRsaKeyGenAlgorithm()
171 return blink::WebCryptoAlgorithm::adoptParamsAndCreate( in CreateAesCbcAlgorithm()
180 return blink::WebCryptoAlgorithm::adoptParamsAndCreate( in CreateAesGcmAlgorithm()
Dwebcrypto_impl_unittest.cc87 return blink::WebCryptoAlgorithm::adoptParamsAndCreate( in CreateRsaKeyGenAlgorithm()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h103 …BLINK_PLATFORM_EXPORT static WebCryptoAlgorithm adoptParamsAndCreate(WebCryptoAlgorithmId, WebCryp…
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp62 WebCryptoAlgorithm WebCryptoAlgorithm::adoptParamsAndCreate(WebCryptoAlgorithmId id, WebCryptoAlgor… in adoptParamsAndCreate() function in blink::WebCryptoAlgorithm