Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dandroid_keymaster_test.cpp1820 string ciphertext1 = EncryptMessage(string(message), KM_PAD_NONE); in TEST_P() local
1821 EXPECT_EQ(256U / 8, ciphertext1.size()); in TEST_P()
1827 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
1907 string ciphertext1 = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); in TEST_P() local
1908 EXPECT_EQ(key_size / 8, ciphertext1.size()); in TEST_P()
1914 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
1926 string ciphertext1 = in TEST_P() local
1928 EXPECT_EQ(key_size / 8, ciphertext1.size()); in TEST_P()
1935 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
1947 string ciphertext1 = in TEST_P() local
[all …]