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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dsrp.c278 int gNindex = -1; local
521 if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid]))
522 gNindex = i;
530 if (gNindex >= 0) {
531 gNrow = sk_OPENSSL_PSTRING_value(db->db->data, gNindex);
532 print_entry(db, bio_err, gNindex, verbose > 1, "Default g and N");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dsrp.c278 int gNindex = -1; local
521 if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid]))
522 gNindex = i;
530 if (gNindex >= 0) {
531 gNrow = sk_OPENSSL_PSTRING_value(db->db->data, gNindex);
532 print_entry(db, bio_err, gNindex, verbose > 1, "Default g and N");

Completed in 78 milliseconds