HomeSort by relevance Sort by last modified time
    Searched refs:BN_mod_exp_mont_consttime (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/bn/
bn_test.cc 282 message(bc_file.get(), "BN_mod_exp_mont_consttime");
1089 !BN_mod_exp_mont_consttime(d.get(), a.get(), b.get(), c.get(), ctx,
1132 if (!BN_mod_exp_mont_consttime(d.get(), a.get(), p.get(), m.get(), ctx,
1145 if (!BN_mod_exp_mont_consttime(d.get(), a.get(), p.get(), m.get(), ctx,
1160 !BN_mod_exp_mont_consttime(d.get(), e.get(), p.get(), m.get(), ctx,
1171 !BN_mod_exp_mont_consttime(d.get(), e.get(), p.get(), m.get(), ctx,
    [all...]
exponentiation.c 615 return BN_mod_exp_mont_consttime(rr, a, p, m, ctx, in_mont);
773 /* BN_mod_exp_mont_consttime() stores the precomputed powers in a specific
815 * algorithm (BN_mod_exp_mont_consttime).
852 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
868 OPENSSL_PUT_ERROR(BN, BN_mod_exp_mont_consttime,
    [all...]
  /external/boringssl/src/include/openssl/
bn.h     [all...]

Completed in 510 milliseconds