Home
last modified time | relevance | path

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

/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.h295 const std::string& expected_ciphertext);
297 const std::string& message, const std::string& expected_ciphertext);
301 const std::string& expected_ciphertext);
H A Dandroid_keymaster_test_utils.cpp678 const string& expected_ciphertext) { in CheckAesCtrTestVector() argument
692 EXPECT_EQ(expected_ciphertext, ciphertext); in CheckAesCtrTestVector()
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.h173 const string& expected_ciphertext);
H A DKeymasterHidlTest.cpp465 const string& expected_ciphertext) { in CheckAesCtrTestVector() argument
481 EXPECT_EQ(expected_ciphertext, ciphertext); in CheckAesCtrTestVector()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.h173 const string& expected_ciphertext);
H A DKeyMintAidlTestBase.cpp635 const string& expected_ciphertext) { in CheckAesCtrTestVector() argument
651 EXPECT_EQ(expected_ciphertext, ciphertext); in CheckAesCtrTestVector()
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp780 const string& expected_ciphertext) { in CheckAesCtrTestVector() argument
796 EXPECT_EQ(expected_ciphertext, ciphertext); in CheckAesCtrTestVector()