Home
last modified time | relevance | path

Searched refs:GetFixedBaseExp (Results 1 – 4 of 4) sorted by relevance

/external/private-join-and-compute/private_join_and_compute/crypto/
Dfixed_base_exp.h50 static std::unique_ptr<FixedBaseExp> GetFixedBaseExp(Context* ctx,
Dfixed_base_exp.cc145 std::unique_ptr<FixedBaseExp> FixedBaseExp::GetFixedBaseExp( in GetFixedBaseExp() function in private_join_and_compute::FixedBaseExp
Dcamenisch_shoup.cc353 g_fbe_(FixedBaseExp::GetFixedBaseExp(ctx_, g_, modulus_)) { in PublicCamenischShoup()
356 ys_fbe_.push_back(FixedBaseExp::GetFixedBaseExp(ctx_, y, modulus_)); in PublicCamenischShoup()
433 g_fbe_(FixedBaseExp::GetFixedBaseExp(ctx_, g_, modulus_)) { in PrivateCamenischShoup()
437 ys_fbe_.push_back(FixedBaseExp::GetFixedBaseExp(ctx_, y, modulus_)); in PrivateCamenischShoup()
Dpaillier.cc245 fbe_(FixedBaseExp::GetFixedBaseExp( in PrimeCrypto()
321 exp_for_report_(FixedBaseExp::GetFixedBaseExp( in PrimeCryptoWithRand()
366 g_n_fbe_(FixedBaseExp::GetFixedBaseExp( in PublicPaillier()