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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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");

Completed in 118 milliseconds