OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_new
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/factor/
factor.c
103
#define
BN_new
() calloc(sizeof(BIGNUM), 1)
137
val =
BN_new
();
240
bnfact =
BN_new
();
338
base =
BN_new
();
339
rbase =
BN_new
();
340
num =
BN_new
();
341
i =
BN_new
();
342
x =
BN_new
();
446
BIGNUM *b =
BN_new
();
/src/sbin/nvmectl/
bignum.c
5089
if (a == NULL || str == NULL || (*a =
BN_new
()) == NULL) {
5221
return
BN_new
();
5224
ret =
BN_new
();
5263
BN_new
(void)
5291
if ((ret =
BN_new
()) != NULL) {
5552
return ctx->v[ctx->count++] =
BN_new
();
Completed in 15 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025