Searched refs:wrapped_key (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/child/webcrypto/test/
H A Drsa_oaep_unittest.cc416 std::vector<uint8_t> wrapped_key; local
422 &wrapped_key));
424 // Verify that |wrapped_key| can be decrypted and yields the key data.
430 CryptoData(wrapped_key),
438 CryptoData(wrapped_key),
534 std::vector<uint8_t> wrapped_key; local
540 &wrapped_key));
542 // Verify that |wrapped_key| can be decrypted and yields a valid JWK object.
548 CryptoData(wrapped_key),
557 CryptoData(wrapped_key),
[all...]
H A Daes_kw_unittest.cc230 std::vector<uint8_t> wrapped_key; local
236 &wrapped_key));
237 EXPECT_BYTES_EQ(test_ciphertext, wrapped_key);
H A Daes_cbc_unittest.cc854 std::vector<uint8_t> wrapped_key = HexStringToBytes( local
865 CryptoData(wrapped_key),
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.h75 const unsigned char* wrapped_key,
H A Dwebcrypto_impl.cc318 const unsigned char* wrapped_key,
328 wrapped_key(wrapped_key, wrapped_key + wrapped_key_size),
337 const std::vector<uint8_t> wrapped_key; member in struct:content::__anon7555::UnwrapKeyState
566 webcrypto::CryptoData(state->wrapped_key),
717 const unsigned char* wrapped_key,
726 wrapped_key,
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 305 milliseconds