Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp2253 string ciphertext2 = EncryptMessage(message, params); in TEST_P() local
2254 EXPECT_EQ(2048U / 8, ciphertext2.size()); in TEST_P()
2257 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
2374 string ciphertext2 = EncryptMessage(message, params); in TEST_P() local
2375 EXPECT_EQ(key_size / 8, ciphertext2.size()); in TEST_P()
2379 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
2383 string plaintext2 = DecryptMessage(ciphertext2, params); in TEST_P()
2487 string ciphertext2 = EncryptMessage(message, params); in TEST_P() local
2488 EXPECT_EQ(2048U / 8, ciphertext2.size()); in TEST_P()
2491 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
[all …]
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp2546 string ciphertext2 = EncryptMessage(message, params); in TEST_P() local
2547 EXPECT_EQ(1024U / 8, ciphertext2.size()); in TEST_P()
2550 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
2668 string ciphertext2 = EncryptMessage(message, params); in TEST_P() local
2669 EXPECT_EQ(key_size / 8, ciphertext2.size()); in TEST_P()
2673 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
2677 string plaintext2 = DecryptMessage(ciphertext2, params); in TEST_P()
2779 string ciphertext2 = EncryptMessage(message, params); in TEST_P() local
2780 EXPECT_EQ(1024U / 8, ciphertext2.size()); in TEST_P()
2783 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
[all …]