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_expand2
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_lib.c
263
/* This is used by
bn_expand2
() */
301
BIGNUM *
bn_expand2
(BIGNUM *b, int words)
function
1001
return (words <= a->dmax) ? a :
bn_expand2
(a, words);
/src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_lib.c
262
/* This is used by
bn_expand2
() */
298
BIGNUM *
bn_expand2
(BIGNUM *b, int words)
function
1146
return (words <= a->dmax) ? a :
bn_expand2
(a, words);
/src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_lib.c
264
/* This is used by
bn_expand2
() */
302
BIGNUM *
bn_expand2
(BIGNUM *b, int words)
function
1062
return (words <= a->dmax) ? a :
bn_expand2
(a, words);
Completed in 21 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026