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

/external/boringssl/src/crypto/bn/
H A Dexponentiation.c133 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
429 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
577 * BN_mod_exp_mont 33 .. 40 % [AMD K6-2, Linux, debug configuration]
584 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
598 return BN_mod_exp_mont(r, a, p, m, ctx, NULL);
604 int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, function
619 OPENSSL_PUT_ERROR(BN, BN_mod_exp_mont, BN_R_CALLED_WITH_EVEN_MODULUS);
846 /* This variant of BN_mod_exp_mont() uses fixed windows and the special
1225 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */

Completed in 58 milliseconds