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

  /external/openssl/crypto/bn/
exp.c 50 BN_mod_exp_mont(&r,&a,&b,&c,&ctx,&mont);
exptest.c 123 ret=BN_mod_exp_mont(r_mont,a,b,m,ctx,NULL);
126 printf("BN_mod_exp_mont() problems\n");
bn_exp.c 139 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
199 * BN_mod_exp_mont 33 .. 40 % [AMD K6-2, Linux, debug configuration]
206 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
236 ret=BN_mod_exp_mont(r,a,p,m,ctx,NULL);
263 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
384 int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
572 /* This variant of BN_mod_exp_mont() uses fixed windows and the special
858 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
994 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
bn_err.c 98 {ERR_FUNC(BN_F_BN_MOD_EXP_MONT), "BN_mod_exp_mont"},
bn.h 279 * BN_mod_exp_mont() will call BN_mod_exp_mont_consttime,
287 * (BN_mod_exp_mont() will call BN_mod_exp_mont_consttime) */
500 int BN_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    [all...]
bn_prime.c 355 if (!BN_mod_exp_mont(w, w, a1_odd, a, ctx, mont)) /* w := w^a1_odd mod a */
  /external/openssl/crypto/dsa/
dsa_ossl.c 122 _tmp_res53 = BN_mod_exp_mont((r), (a), (p), (m), (ctx), (m_ctx)); \
266 * (This is a kludge that we need because the BN_mod_exp_mont()
dsa_gen.c 334 if (!BN_mod_exp_mont(g,test,r0,p,ctx,mont)) goto err;
  /external/openssl/crypto/dh/
dh_key.c 277 return BN_mod_exp_mont(r,a,p,m,ctx,m_ctx);
  /external/openssl/include/openssl/
bn.h 279 * BN_mod_exp_mont() will call BN_mod_exp_mont_consttime,
287 * (BN_mod_exp_mont() will call BN_mod_exp_mont_consttime) */
500 int BN_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
    [all...]
  /external/openssl/crypto/rsa/
rsa_eay.c 138 BN_mod_exp_mont, /* XXX probably we should not use Montgomery if e == 3 */

Completed in 495 milliseconds