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

  /external/chromium_org/content/child/webcrypto/test/
sha_unittest.cc 34 std::vector<uint8_t> test_input = GetBytesFromHexString(test, "input");
35 std::vector<uint8_t> test_output = GetBytesFromHexString(test, "output");
55 std::vector<uint8_t> test_input = GetBytesFromHexString(test, "input");
56 std::vector<uint8_t> test_output = GetBytesFromHexString(test, "output");
aes_gcm_unittest.cc 163 const std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key");
164 const std::vector<uint8_t> test_iv = GetBytesFromHexString(test, "iv");
166 GetBytesFromHexString(test, "additional_data");
168 GetBytesFromHexString(test, "plain_text");
170 GetBytesFromHexString(test, "authentication_tag");
173 GetBytesFromHexString(test, "cipher_text");
aes_kw_unittest.cc 179 const std::vector<uint8_t> test_kek = GetBytesFromHexString(test, "kek");
181 GetBytesFromHexString(test, "ciphertext");
210 const std::vector<uint8_t> test_kek = GetBytesFromHexString(test, "kek");
211 const std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key");
213 GetBytesFromHexString(test, "ciphertext");
274 const std::vector<uint8_t> test_kek = GetBytesFromHexString(test, "kek");
276 GetBytesFromHexString(test, "ciphertext");
330 const std::vector<uint8_t> test_kek = GetBytesFromHexString(test, "kek");
331 const std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key");
333 GetBytesFromHexString(test, "ciphertext")
    [all...]
aes_ctr_unittest.cc 52 std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key");
53 std::vector<uint8_t> test_counter = GetBytesFromHexString(test, "counter");
58 GetBytesFromHexString(test, "plain_text");
60 GetBytesFromHexString(test, "cipher_text");
rsa_oaep_unittest.cc 204 GetBytesFromHexString(test, "public_key");
206 GetBytesFromHexString(test, "private_key");
207 std::vector<uint8_t> ciphertext = GetBytesFromHexString(test, "ciphertext");
208 std::vector<uint8_t> plaintext = GetBytesFromHexString(test, "plaintext");
209 std::vector<uint8_t> label = GetBytesFromHexString(test, "label");
aes_cbc_unittest.cc 163 std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key");
164 std::vector<uint8_t> test_iv = GetBytesFromHexString(test, "iv");
166 GetBytesFromHexString(test, "plain_text");
168 GetBytesFromHexString(test, "cipher_text");
212 std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key");
213 std::vector<uint8_t> test_iv = GetBytesFromHexString(test, "iv");
215 GetBytesFromHexString(test, "cipher_text");
    [all...]
test_helpers.h 92 std::vector<uint8_t> GetBytesFromHexString(base::DictionaryValue* dict,
hmac_unittest.cc 45 const std::vector<uint8_t> test_key = GetBytesFromHexString(test, "key");
47 GetBytesFromHexString(test, "message");
48 const std::vector<uint8_t> test_mac = GetBytesFromHexString(test, "mac");
test_helpers.cc 208 std::vector<uint8_t> GetBytesFromHexString(base::DictionaryValue* dict,
rsa_ssa_unittest.cc     [all...]

Completed in 167 milliseconds