Searched defs:ciphertext1 (Results 1 – 5 of 5) sorted by relevance
56 std::string ciphertext1 = aes.Encrypt(key1, test_str1); in TEST() local72 std::string ciphertext1 = aes.Encrypt(key1, test_str); in TEST() local
62 StatusOr<elgamal::Ciphertext> Mul(const elgamal::Ciphertext& ciphertext1, in Mul()
382 BigNum PublicPaillier::Add(const BigNum& ciphertext1, in Add()
59 std::vector<uint8_t> ciphertext1 = in TEST_F() local