OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_reciprocal
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_recp.c
119
recp->shift =
BN_reciprocal
(&(recp->Nr), &(recp->N), i, ctx);
120
/*
BN_reciprocal
could have returned -1 for an error */
172
int
BN_reciprocal
(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx)
/src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_recp.c
121
recp->shift =
BN_reciprocal
(&(recp->Nr), &(recp->N), i, ctx);
122
/*
BN_reciprocal
could have returned -1 for an error */
174
int
BN_reciprocal
(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx)
/src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_recp.c
121
recp->shift =
BN_reciprocal
(&(recp->Nr), &(recp->N), i, ctx);
122
/*
BN_reciprocal
could have returned -1 for an error */
174
int
BN_reciprocal
(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx)
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026