Searched refs:ciphertext2 (Results 1 – 1 of 1) sorted by relevance
1823 string ciphertext2 = EncryptMessage(string(message), KM_PAD_NONE); in TEST_P() local1824 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() local1911 EXPECT_EQ(key_size / 8, ciphertext2.size()); in TEST_P()1914 EXPECT_NE(ciphertext1, ciphertext2); in TEST_P()1930 string ciphertext2 = in TEST_P() local1932 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 …]