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

/external/openssl/apps/
H A Dsrp.c279 int gNindex = -1; local
525 if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid]))
526 gNindex = i;
534 if (gNindex >= 0)
536 gNrow = sk_OPENSSL_PSTRING_value(db->db->data,gNindex);
537 print_entry(db, bio_err, gNindex, verbose > 1, "Default g and N");

Completed in 40 milliseconds