HomeSort by relevance Sort by last modified time
    Searched defs:wrapped_key (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/webcrypto/test/
aes_kw_unittest.cc 230 std::vector<uint8_t> wrapped_key; local
236 &wrapped_key));
237 EXPECT_BYTES_EQ(test_ciphertext, wrapped_key);
aes_cbc_unittest.cc 854 std::vector<uint8_t> wrapped_key = HexStringToBytes( local
865 CryptoData(wrapped_key),
    [all...]
rsa_oaep_unittest.cc 416 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...]
  /external/chromium_org/content/child/webcrypto/
webcrypto_impl.cc 318 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::__anon12180::UnwrapKeyState
566 webcrypto::CryptoData(state->wrapped_key),
717 const unsigned char* wrapped_key,
726 wrapped_key,

Completed in 425 milliseconds