Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test_utils.h287 const std::string& expected_ciphertext);
289 const std::string& message, const std::string& expected_ciphertext);
Dandroid_keymaster_test_utils.cpp631 const string& expected_ciphertext) { in CheckAesCtrTestVector() argument
645 EXPECT_EQ(expected_ciphertext, ciphertext); in CheckAesCtrTestVector()