Searched defs:BN_mod_exp_mont_consttime (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bn/
H A Dexponentiation.c615 return BN_mod_exp_mont_consttime(rr, a, p, m, ctx, in_mont);
773 /* BN_mod_exp_mont_consttime() stores the precomputed powers in a specific
815 * algorithm (BN_mod_exp_mont_consttime).
852 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, function
868 OPENSSL_PUT_ERROR(BN, BN_mod_exp_mont_consttime,

Completed in 21 milliseconds