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 - 6
of
6
) sorted by null
/external/openssl/crypto/bn/
exptest.c
147
ret=
BN_mod_exp_mont_consttime
(r_mont_const,a,b,m,ctx,NULL);
150
printf("
BN_mod_exp_mont_consttime
() problems\n");
bn_exp.c
385
return
BN_mod_exp_mont_consttime
(rr, a, p, m, ctx, in_mont);
520
/*
BN_mod_exp_mont_consttime
() stores the precomputed powers in a specific layout
572
int
BN_mod_exp_mont_consttime
(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
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
) */
502
int
BN_mod_exp_mont_consttime
(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
[
all
...]
bntest.c
250
message(out,"
BN_mod_exp_mont_consttime
");
981
if (!
BN_mod_exp_mont_consttime
(d,a,b,c,ctx,NULL))
[
all
...]
/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
) */
502
int
BN_mod_exp_mont_consttime
(BIGNUM *rr, 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
) */
464
int
BN_mod_exp_mont_consttime
(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
Completed in 24 milliseconds