Home
last modified time | relevance | path

Searched refs:RelativelyPrimeRandomLessThan (Results 1 – 5 of 5) sorted by relevance

/external/private-join-and-compute/private_join_and_compute/crypto/
Dcontext.h159 virtual BigNum RelativelyPrimeRandomLessThan(const BigNum& num);
Dcamenisch_shoup.cc163 BigNum r = ctx->RelativelyPrimeRandomLessThan(n); in CommonEncryptAndGetRand()
195 BigNum x = ctx->RelativelyPrimeRandomLessThan(n); in GenerateCamenischShoupKeyBase()
235 BigNum x = ctx->RelativelyPrimeRandomLessThan(n_to_s_plus_1); in GetGeneratorForCamenischShoup()
Dpaillier.cc107 BigNum x = ctx->RelativelyPrimeRandomLessThan(n); in GetGeneratorForSafeModulus()
430 BigNum r = ctx_->RelativelyPrimeRandomLessThan(n_); in EncryptAndGetRand()
Dcontext.cc201 BigNum Context::RelativelyPrimeRandomLessThan(const BigNum& num) { in RelativelyPrimeRandomLessThan() function in private_join_and_compute::Context
Dpedersen_over_zn.cc165 BigNum x = ctx->RelativelyPrimeRandomLessThan(n); in GenerateParameters()