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

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.h71 const blink::WebCryptoAlgorithm& wrap_algorithm,
H A Dwebcrypto_impl.cc300 const blink::WebCryptoAlgorithm& wrap_algorithm,
306 wrap_algorithm(wrap_algorithm) {}
311 const blink::WebCryptoAlgorithm wrap_algorithm; member in struct:content::__anon7555::WrapKeyState
549 state->wrap_algorithm,
705 const blink::WebCryptoAlgorithm& wrap_algorithm,
708 new WrapKeyState(format, key, wrapping_key, wrap_algorithm, result));
297 WrapKeyState(blink::WebCryptoKeyFormat format, const blink::WebCryptoKey& key, const blink::WebCryptoKey& wrapping_key, const blink::WebCryptoAlgorithm& wrap_algorithm, const blink::WebCryptoResult& result) argument
702 wrapKey(blink::WebCryptoKeyFormat format, const blink::WebCryptoKey& key, const blink::WebCryptoKey& wrapping_key, const blink::WebCryptoAlgorithm& wrap_algorithm, blink::WebCryptoResult result) argument
/external/chromium_org/content/child/webcrypto/test/
H A Daes_cbc_unittest.cc969 blink::WebCryptoAlgorithm wrap_algorithm = local
977 wrap_algorithm,
985 wrap_algorithm,
999 wrap_algorithm,
1011 wrap_algorithm,

Completed in 284 milliseconds