OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BN_mod_mul_reciprocal
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/bn/
bn_recp.c
103
int
BN_mod_mul_reciprocal
(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
bn_exp.c
305
if (!
BN_mod_mul_reciprocal
(aa,val[0],val[0],&recp,ctx))
311
!
BN_mod_mul_reciprocal
(val[i],val[i-1],
331
if (!
BN_mod_mul_reciprocal
(r,r,r,&recp,ctx))
361
if (!
BN_mod_mul_reciprocal
(r,r,r,&recp,ctx))
366
if (!
BN_mod_mul_reciprocal
(r,r,val[wvalue>>1],&recp,ctx))
bn.h
619
int
BN_mod_mul_reciprocal
(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
[
all
...]
/external/openssl/include/openssl/
bn.h
619
int
BN_mod_mul_reciprocal
(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
[
all
...]
Completed in 37 milliseconds