Home
last modified time | relevance | path

Searched refs:expected_plaintext (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp2570 string expected_plaintext = string(1024 / 8 - 1, 0) + message; in TEST_P() local
2573 EXPECT_EQ(expected_plaintext, plaintext); in TEST_P()
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp1839 string expected_plaintext = string(256 / 8 - 1, 0) + message; in TEST_P() local
1842 EXPECT_EQ(expected_plaintext, plaintext); in TEST_P()
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp2395 string expected_plaintext = string(2048U / 8 - 1, 0) + message; in TEST_P() local
2398 EXPECT_EQ(expected_plaintext, plaintext); in TEST_P()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp3899 string expected_plaintext = string(2048U / 8 - 1, 0) + message; in TEST_P() local
3902 EXPECT_EQ(expected_plaintext, plaintext); in TEST_P()