OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gNindex
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
srp.c
248
int
gNindex
= -1, maxgN = -1, ret = 1, errors = 0, verbose = 0, i;
404
if ((
gNindex
< 0) && (gN != NULL) && strcmp(gN, pp[DB_srpid]) == 0)
405
gNindex
= i;
414
if (
gNindex
>= 0) {
415
gNrow = sk_OPENSSL_PSTRING_value(db->db->data,
gNindex
);
416
print_entry(db,
gNindex
, verbose > 1, "Default g and N");
/src/crypto/external/bsd/openssl/dist/apps/
srp.c
237
int
gNindex
= -1, maxgN = -1, ret = 1, errors = 0, verbose = 0, i;
393
if ((
gNindex
< 0) && (gN != NULL) && strcmp(gN, pp[DB_srpid]) == 0)
394
gNindex
= i;
403
if (
gNindex
>= 0) {
404
gNrow = sk_OPENSSL_PSTRING_value(db->db->data,
gNindex
);
405
print_entry(db,
gNindex
, verbose > 1, "Default g and N");
/src/crypto/external/bsd/openssl.old/dist/apps/
srp.c
222
int
gNindex
= -1, maxgN = -1, ret = 1, errors = 0, verbose = 0, i;
370
if ((
gNindex
< 0) && (gN != NULL) && strcmp(gN, pp[DB_srpid]) == 0)
371
gNindex
= i;
380
if (
gNindex
>= 0) {
381
gNrow = sk_OPENSSL_PSTRING_value(db->db->data,
gNindex
);
382
print_entry(db,
gNindex
, verbose > 1, "Default g and N");
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026