Home
last modified time | relevance | path

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

/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp1827 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
1914 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
1926 string ciphertext1 = in TEST_P() local
1935 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
1947 string ciphertext1 = in TEST_P() local
1956 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
1974 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
2147 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
2272 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
2380 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
[all …]
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp2375 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
2497 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
2610 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
2707 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
2897 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
3148 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
3363 string ciphertext1 = in TEST_P() local
3370 ASSERT_NE(ciphertext1, ciphertext2); in TEST_P()
3371 ASSERT_NE(ciphertext1, ciphertext3); in TEST_P()
3804 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
[all …]
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp4152 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
4231 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
4519 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
4756 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
4958 string ciphertext1 = in TEST_P() local
4965 ASSERT_NE(ciphertext1, ciphertext2); in TEST_P()
4966 ASSERT_NE(ciphertext1, ciphertext3); in TEST_P()
4990 ASSERT_NE(ciphertext1, ciphertext2); in TEST_P()
4991 ASSERT_NE(ciphertext1, ciphertext3); in TEST_P()
5369 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
[all …]
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp2544 EXPECT_EQ(1024U / 8, ciphertext1.size()); in TEST_P()
2550 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
2673 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
2777 EXPECT_EQ(1024U / 8, ciphertext1.size()); in TEST_P()
2783 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
2794 ciphertext1[offset_to_corrupt] = corrupt_byte; in TEST_P()
2878 EXPECT_EQ(message.size(), ciphertext1.size()); in TEST_P()
2884 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
3028 EXPECT_EQ(message.size(), ciphertext1.size()); in TEST_P()
3036 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
[all …]