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

/freebsd-11-stable/crypto/openssl/apps/
H A Dsrp.c283 int gNindex = -1; local
524 if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid]))
525 gNindex = i;
533 if (gNindex >= 0) {
534 gNrow = sk_OPENSSL_PSTRING_value(db->db->data, gNindex);
535 print_entry(db, bio_err, gNindex, verbose > 1, "Default g and N");

Completed in 46 milliseconds