OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BN_mod_exp_mont_consttime
(Results
1 - 4
of
4
) sorted by null
/external/boringssl/src/crypto/bn/
bn_test.cc
287
message(bc_file.get(), "
BN_mod_exp_mont_consttime
");
1155
if (
BN_mod_exp_mont_consttime
(d.get(), a.get(), b.get(), c.get(), ctx,
1157
fprintf(stderr, "
BN_mod_exp_mont_consttime
with zero modulus succeeded!\n");
1165
if (
BN_mod_exp_mont_consttime
(d.get(), a.get(), b.get(), c.get(), ctx,
1167
fprintf(stderr, "
BN_mod_exp_mont_consttime
with even modulus succeeded!\n");
1178
!
BN_mod_exp_mont_consttime
(d.get(), a.get(), b.get(), c.get(), ctx,
[
all
...]
exponentiation.c
630
return
BN_mod_exp_mont_consttime
(rr, a, p, m, ctx, mont);
785
/*
BN_mod_exp_mont_consttime
() stores the precomputed powers in a specific
827
* algorithm (
BN_mod_exp_mont_consttime
).
864
int
BN_mod_exp_mont_consttime
(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
[
all
...]
/external/boringssl/src/crypto/ecdsa/
ecdsa.c
329
if (!
BN_mod_exp_mont_consttime
(k, k, X, order, ctx,
/external/boringssl/src/include/openssl/
bn.h
[
all
...]
Completed in 158 milliseconds