HomeSort by relevance Sort by last modified time
    Searched refs:gNindex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
srp.c 279 int gNindex = -1;
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");
  /external/openssl/apps/
srp.c 279 int gNindex = -1;
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 27 milliseconds