HomeSort by relevance Sort by last modified time
    Searched refs: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 127 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
187 * BN_mod_exp_mont 33 .. 40 % [AMD K6-2, Linux, debug configuration]
194 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
224 ret=BN_mod_exp_mont(r,a,p,m,ctx,NULL);
251 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
372 int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
566 /* This variant of BN_mod_exp_mont() uses fixed windows and the special
751 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
887 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
bn_prime.c 355 if (!BN_mod_exp_mont(w, w, a1_odd, a, ctx, mont)) /* w := w^a1_odd mod a */
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/dh/
dh_key.c 248 return BN_mod_exp_mont(r,a,p,m,ctx,m_ctx);
  /external/openssl/crypto/dsa/
dsa_gen.c 309 if (!BN_mod_exp_mont(g,test,r0,p,ctx,mont)) goto err;
dsa_ossl.c 122 _tmp_res53 = BN_mod_exp_mont((r), (a), (p), (m), (ctx), (m_ctx)); \
252 * (This is a kludge that we need because the BN_mod_exp_mont()
  /external/openssl/crypto/rsa/
rsa_eay.c 138 BN_mod_exp_mont, /* XXX probably we should not use Montgomery if e == 3 */
  /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...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 258 * (BN_mod_exp_mont() will call BN_mod_exp_mont_consttime) */
462 int BN_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,

Completed in 39 milliseconds