Searched refs:ciphertext2 (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 1973 string ciphertext2 = EncryptMessage(message, params); in TEST_F() local 1974 EXPECT_EQ(1024U / 8, ciphertext2.size()); in TEST_F() 1977 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_F() 2094 string ciphertext2 = EncryptMessage(message, params); in TEST_F() local 2095 EXPECT_EQ(key_size / 8, ciphertext2.size()); in TEST_F() 2099 EXPECT_NE(ciphertext1, ciphertext2); in TEST_F() 2103 string plaintext2 = DecryptMessage(ciphertext2, params); in TEST_F() 2204 string ciphertext2 = EncryptMessage(message, params); in TEST_F() local 2205 EXPECT_EQ(1024U / 8, ciphertext2.size()); in TEST_F() 2208 EXPECT_NE(ciphertext1, ciphertext2); in TEST_F() [all …]
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 2577 string ciphertext2 = EncryptMessage(message, params); in TEST_F() local 2578 EXPECT_EQ(1024U / 8, ciphertext2.size()); in TEST_F() 2581 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_F() 2699 string ciphertext2 = EncryptMessage(message, params); in TEST_F() local 2700 EXPECT_EQ(key_size / 8, ciphertext2.size()); in TEST_F() 2704 EXPECT_NE(ciphertext1, ciphertext2); in TEST_F() 2708 string plaintext2 = DecryptMessage(ciphertext2, params); in TEST_F() 2810 string ciphertext2 = EncryptMessage(message, params); in TEST_F() local 2811 EXPECT_EQ(1024U / 8, ciphertext2.size()); in TEST_F() 2814 EXPECT_NE(ciphertext1, ciphertext2); in TEST_F() [all …]
|