Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dsrp.c237 int gNindex = -1, maxgN = -1, ret = 1, errors = 0, verbose = 0, i; in srp_main() local
393 if ((gNindex < 0) && (gN != NULL) && strcmp(gN, pp[DB_srpid]) == 0) in srp_main()
394 gNindex = i; in srp_main()
403 if (gNindex >= 0) { in srp_main()
404 gNrow = sk_OPENSSL_PSTRING_value(db->db->data, gNindex); in srp_main()
405 print_entry(db, gNindex, verbose > 1, "Default g and N"); in srp_main()