Searched refs:adoptParamsAndCreate (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoKeyAlgorithm.cpp42 return WebCryptoAlgorithm::adoptParamsAndCreate(hash, 0);
62 WebCryptoKeyAlgorithm WebCryptoKeyAlgorithm::adoptParamsAndCreate(WebCryptoAlgorithmId id, WebCryptoKeyAlgorithmParams* params) function in class:blink::WebCryptoKeyAlgorithm
H A DWebCryptoAlgorithm.cpp244 WebCryptoAlgorithm WebCryptoAlgorithm::adoptParamsAndCreate(WebCryptoAlgorithmId id, WebCryptoAlgorithmParams* params) function in class:blink::WebCryptoAlgorithm
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoKeyAlgorithm.h60 BLINK_PLATFORM_EXPORT static WebCryptoKeyAlgorithm adoptParamsAndCreate(WebCryptoAlgorithmId, WebCryptoKeyAlgorithmParams*);
H A DWebCryptoAlgorithm.h130 BLINK_PLATFORM_EXPORT static WebCryptoAlgorithm adoptParamsAndCreate(WebCryptoAlgorithmId, WebCryptoAlgorithmParams*);
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_util.cc107 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(id, NULL);
113 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(
124 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(
/external/chromium_org/content/child/webcrypto/test/
H A Daes_ctr_unittest.cc32 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(
H A Daes_gcm_unittest.cc27 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(
H A Dtest_helpers.cc126 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(
277 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(
H A Dhmac_unittest.cc30 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(
H A Drsa_oaep_unittest.cc26 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(
H A Daes_cbc_unittest.cc23 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(

Completed in 1525 milliseconds