Home
last modified time | relevance | path

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

/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dcommutative_elgamal.h90 static StatusOr<std::unique_ptr<CommutativeElGamal>> CreateWithNewKeyPair(
H A Dcommutative_elgamal.cc49 CommutativeElGamal::CreateWithNewKeyPair(int curve_id) { in CreateWithNewKeyPair() function in private_join_and_compute::CommutativeElGamal