HomeSort by: relevance | last modified time | path
    Searched defs:BN_mod_exp_recp (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_exp.c 129 * BN_mod_exp_recp 50 .. 70 % [AMD K6-2, Linux, debug configuration]
132 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
161 ret = BN_mod_exp_recp(r, a, p, m, ctx);
173 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_exp.c 129 * BN_mod_exp_recp 50 .. 70 % [AMD K6-2, Linux, debug configuration]
132 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
161 ret = BN_mod_exp_recp(r, a, p, m, ctx);
173 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_exp.c 130 * BN_mod_exp_recp 50 .. 70 % [AMD K6-2, Linux, debug configuration]
133 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
162 ret = BN_mod_exp_recp(r, a, p, m, ctx);
174 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,

Completed in 29 milliseconds