Searched refs:unwrap_algorithm (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/child/webcrypto/test/
H A Daes_kw_unittest.cc501 const blink::WebCryptoAlgorithm unwrap_algorithm = local
517 unwrap_algorithm,
539 unwrap_algorithm,
551 const blink::WebCryptoAlgorithm unwrap_algorithm = local
567 unwrap_algorithm,
593 unwrap_algorithm,
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.h78 const blink::WebCryptoAlgorithm& unwrap_algorithm,
H A Dwebcrypto_impl.cc321 const blink::WebCryptoAlgorithm& unwrap_algorithm,
330 unwrap_algorithm(unwrap_algorithm),
339 const blink::WebCryptoAlgorithm unwrap_algorithm; member in struct:content::__anon7555::UnwrapKeyState
568 state->unwrap_algorithm,
720 const blink::WebCryptoAlgorithm& unwrap_algorithm,
729 unwrap_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 81 milliseconds