Searched refs:unwrapped_key_algorithm (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.h79 const blink::WebCryptoAlgorithm& unwrapped_key_algorithm,
H A Dwebcrypto_impl.cc322 const blink::WebCryptoAlgorithm& unwrapped_key_algorithm,
331 unwrapped_key_algorithm(unwrapped_key_algorithm),
340 const blink::WebCryptoAlgorithm unwrapped_key_algorithm; member in struct:content::__anon7555::UnwrapKeyState
569 state->unwrapped_key_algorithm,
721 const blink::WebCryptoAlgorithm& unwrapped_key_algorithm,
730 unwrapped_key_algorithm,
317 UnwrapKeyState(blink::WebCryptoKeyFormat format, const unsigned char* wrapped_key, unsigned wrapped_key_size, const blink::WebCryptoKey& wrapping_key, const blink::WebCryptoAlgorithm& unwrap_algorithm, const blink::WebCryptoAlgorithm& unwrapped_key_algorithm, bool extractable, blink::WebCryptoKeyUsageMask usages, const blink::WebCryptoResult& result) argument
715 unwrapKey( blink::WebCryptoKeyFormat format, const unsigned char* wrapped_key, unsigned wrapped_key_size, const blink::WebCryptoKey& wrapping_key, const blink::WebCryptoAlgorithm& unwrap_algorithm, const blink::WebCryptoAlgorithm& unwrapped_key_algorithm, bool extractable, blink::WebCryptoKeyUsageMask usages, blink::WebCryptoResult result) argument

Completed in 291 milliseconds