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

/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c357 SRP_gN *gN; local
360 gN = sk_SRP_gN_value(gN_tab, i);
361 if (gN && (id == NULL || strcmp(gN->id, id) == 0))
362 return gN;
405 SRP_gN *gN = NULL; local
433 if ((gN = (SRP_gN *) OPENSSL_malloc(sizeof(SRP_gN))) == NULL)
436 if (!(gN->id = BUF_strdup(pp[DB_srpid]))
437 || !(gN->N =
439 || !(gN
612 SRP_gN *gN = SRP_get_gN_by_id(g, NULL); local
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dsrp.c282 char *gN = NULL; local
349 gN = *(++argv);
524 if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid]))
536 } else if (maxgN > 0 && !SRP_get_default_gN(gN)) {
537 BIO_printf(bio_err, "No g and N value for index \"%s\"\n", gN);
589 gNrow ? gNrow[DB_srpsalt] : gN,
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh5901 mdKSThPpOkooywrxsZMBOjWD86s0X1tTr54F64C0VwN89s/9gN//NSBD6rBZkqiZ
6342 U/o9Sm1r56e/gN/ulLvyMsZPONUwbMCMlre0xtm1YsKkim4T2i5Ukq9uO2yLM4Zt

Completed in 92 milliseconds