Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dandroid_keymaster_test.cpp1823 string ciphertext2 = EncryptMessage(string(message), KM_PAD_NONE); in TEST_P() local
1824 EXPECT_EQ(256U / 8, ciphertext2.size()); in TEST_P()
1827 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
1910 string ciphertext2 = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); in TEST_P() local
1911 EXPECT_EQ(key_size / 8, ciphertext2.size()); in TEST_P()
1914 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
1930 string ciphertext2 = in TEST_P() local
1932 EXPECT_EQ(key_size / 8, ciphertext2.size()); in TEST_P()
1935 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
1951 string ciphertext2 = in TEST_P() local
[all …]