Searched refs:decoded_ciphertext (Results 1 – 2 of 2) sorted by relevance
134 elgamal::Ciphertext decoded_ciphertext = {std::move(u), std::move(e)}; in ReEncryptElGamalCiphertext() local137 elgamal::Exp(decoded_ciphertext, private_key_)); in ReEncryptElGamalCiphertext()
140 elgamal::Ciphertext decoded_ciphertext( in Decrypt() local144 decrypter_->Decrypt(decoded_ciphertext)); in Decrypt()