Searched refs:RelativelyPrimeRandomLessThan (Results 1 – 5 of 5) sorted by relevance
159 virtual BigNum RelativelyPrimeRandomLessThan(const BigNum& num);
163 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()
107 BigNum x = ctx->RelativelyPrimeRandomLessThan(n); in GetGeneratorForSafeModulus()430 BigNum r = ctx_->RelativelyPrimeRandomLessThan(n_); in EncryptAndGetRand()
201 BigNum Context::RelativelyPrimeRandomLessThan(const BigNum& num) { in RelativelyPrimeRandomLessThan() function in private_join_and_compute::Context
165 BigNum x = ctx->RelativelyPrimeRandomLessThan(n); in GenerateParameters()