Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test.cpp1867 string ciphertext1 = EncryptMessage(string(message), KM_PAD_NONE); in TEST_P() local
1868 EXPECT_EQ(256U / 8, ciphertext1.size()); in TEST_P()
1874 EXPECT_EQ(ciphertext1, ciphertext2); in TEST_P()
1966 string ciphertext1 = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); in TEST_P() local
1967 EXPECT_EQ(key_size / 8, ciphertext1.size()); in TEST_P()
1973 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
1987 string ciphertext1 = EncryptMessage(string(message), KM_DIGEST_SHA_2_224, KM_PAD_RSA_OAEP); in TEST_P() local
1988 EXPECT_EQ(key_size / 8, ciphertext1.size()); in TEST_P()
1994 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()
2152 string ciphertext1 = EncryptMessage(message, KM_PAD_RSA_PKCS1_1_5_ENCRYPT); in TEST_P() local
[all …]