Home
last modified time | relevance | path

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

/external/private-join-and-compute/private_join_and_compute/crypto/
Dec_commutative_cipher.cc134 elgamal::Ciphertext decoded_ciphertext = {std::move(u), std::move(e)}; in ReEncryptElGamalCiphertext() local
137 elgamal::Exp(decoded_ciphertext, private_key_)); in ReEncryptElGamalCiphertext()
Dcommutative_elgamal.cc140 elgamal::Ciphertext decoded_ciphertext( in Decrypt() local
144 decrypter_->Decrypt(decoded_ciphertext)); in Decrypt()