Searched refs:adoptParamsAndCreate (Results 1 – 4 of 4) sorted by relevance
21 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()
87 return blink::WebCryptoAlgorithm::adoptParamsAndCreate( in CreateRsaKeyGenAlgorithm()
103 …BLINK_PLATFORM_EXPORT static WebCryptoAlgorithm adoptParamsAndCreate(WebCryptoAlgorithmId, WebCryp…
62 WebCryptoAlgorithm WebCryptoAlgorithm::adoptParamsAndCreate(WebCryptoAlgorithmId id, WebCryptoAlgor… in adoptParamsAndCreate() function in blink::WebCryptoAlgorithm