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

/external/openssl/crypto/bn/
H A Dbn_exp.c203 * BN_mod_exp_recp 50 .. 70 % [AMD K6-2, Linux, debug configuration]
206 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
241 { ret=BN_mod_exp_recp(r,a,p,m,ctx); }
251 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function

Completed in 58 milliseconds