HomeSort by relevance Sort by last modified time
    Searched defs:BN_mod_exp_mont (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bn/
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() */
1001 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
exponentiation.c 132 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
427 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
575 * BN_mod_exp_mont 33 .. 40 % [AMD K6-2, Linux, debug configuration]
582 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
596 return BN_mod_exp_mont(r, a, p, m, ctx, NULL);
602 int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
617 OPENSSL_PUT_ERROR(BN, BN_mod_exp_mont, BN_R_CALLED_WITH_EVEN_MODULUS);
844 /* This variant of BN_mod_exp_mont() uses fixed windows and the special
    [all...]

Completed in 84 milliseconds