Home
last modified time | relevance | path

Searched defs:ciphertext_struct (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/
H A Delgamal_proto_util_test.cc66 elgamal::Ciphertext ciphertext_struct{std::move(u), std::move(e)}; in TEST() local
H A Delgamal_proto_util.cc34 const elgamal::Ciphertext& ciphertext_struct) { in SerializeCiphertext()