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

  /external/chromium_org/content/child/webcrypto/test/
aes_gcm_unittest.cc 217 Corrupted(test_iv),
226 Corrupted(test_additional_data),
236 Corrupted(test_cipher_text),
245 Corrupted(test_authentication_tag),
test_helpers.h 67 std::vector<uint8_t> Corrupted(const std::vector<uint8_t>& input);
aes_kw_unittest.cc 396 // Unwrap of a corrupted version of the known ciphertext should fail, due to
401 CryptoData(Corrupted(test_ciphertext)),
test_helpers.cc 135 std::vector<uint8_t> Corrupted(const std::vector<uint8_t>& input) {

Completed in 430 milliseconds