Searched refs:ciphertext3 (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | KeyMintTest.cpp | 4962 string ciphertext3 = in TEST_P() local 4966 ASSERT_NE(ciphertext1, ciphertext3); in TEST_P() 4967 ASSERT_NE(ciphertext2, ciphertext3); in TEST_P() 4988 string ciphertext3 = EncryptMessage(message, BlockMode::GCM, PaddingMode::NONE, 128); in TEST_P() local 4991 ASSERT_NE(ciphertext1, ciphertext3); in TEST_P() 4992 ASSERT_NE(ciphertext2, ciphertext3); in TEST_P()
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/ |
H A D | keymaster_hidl_hal_test.cpp | 3367 string ciphertext3 = in TEST_P() local 3371 ASSERT_NE(ciphertext1, ciphertext3); in TEST_P() 3372 ASSERT_NE(ciphertext2, ciphertext3); in TEST_P()
|
/aosp12/system/keymaster/tests/ |
H A D | android_keymaster_test.cpp | 3599 string ciphertext3 = EncryptMessage(message, KM_MODE_ECB, KM_PAD_NONE); in TEST_P() local 3618 string ciphertext3 = EncryptMessage(message, KM_MODE_ECB, KM_PAD_NONE); in TEST_P() local
|