Home
last modified time | relevance | path

Searched refs:expected_ciphertext (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/
Dandroid_keymaster_test_utils.h281 const std::string& expected_ciphertext);
283 const std::string& message, const std::string& expected_ciphertext);
Dandroid_keymaster_test_utils.cpp639 const string& expected_ciphertext) { in CheckAesCtrTestVector() argument
653 EXPECT_EQ(expected_ciphertext, ciphertext); in CheckAesCtrTestVector()