HomeSort by relevance Sort by last modified time
    Searched full:bn_mod_exp_recp (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/bn/
exptest.c 131 ret=BN_mod_exp_recp(r_recp,a,b,m,ctx);
134 printf("BN_mod_exp_recp() problems\n");
bn_err.c 101 {ERR_FUNC(BN_F_BN_MOD_EXP_RECP), "BN_mod_exp_recp"},
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,
bn.h 621 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    [all...]
bntest.c     [all...]
  /external/openssl/include/openssl/
bn.h 621 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    [all...]

Completed in 249 milliseconds