HomeSort by relevance Sort by last modified time
    Searched defs:BN_mod_exp_recp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_exp.c 203 * 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,
  /external/openssl/crypto/bn/
bn_exp.c 203 * 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,

Completed in 136 milliseconds