Searched refs:gNindex (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Dsrp.c222 int gNindex = -1, maxgN = -1, ret = 1, errors = 0, verbose = 0, i; local
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 101 milliseconds