HomeSort by relevance Sort by last modified time
    Searched refs: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_exp.c 191 * BN_mod_exp_recp 50 .. 70 % [AMD K6-2, Linux, debug configuration]
194 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
229 { ret=BN_mod_exp_recp(r,a,p,m,ctx); }
239 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
bn.h 610 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    [all...]
bntest.c     [all...]
  /external/openssl/include/openssl/
bn.h 610 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 568 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,

Completed in 546 milliseconds