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

/freebsd-13-stable/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c342 SRP_gN *gN; local
345 gN = sk_SRP_gN_value(gN_tab, i);
346 if (gN && (id == NULL || strcmp(gN->id, id) == 0))
347 return gN;
390 SRP_gN *gN = NULL; local
418 if ((gN = OPENSSL_malloc(sizeof(*gN))) == NULL)
421 if ((gN->id = OPENSSL_strdup(pp[DB_srpid])) == NULL
422 || (gN
612 SRP_gN *gN = SRP_get_gN_by_id(g, NULL); local
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Dsrp.c225 char *passin = NULL, *passout = NULL, *gN = NULL, *userinfo = NULL; local
268 gN = opt_arg();
370 if ((gNindex < 0) && (gN != NULL) && strcmp(gN, pp[DB_srpid]) == 0)
383 } else if (maxgN > 0 && !SRP_get_default_gN(gN)) {
384 BIO_printf(bio_err, "No g and N value for index \"%s\"\n", gN);
433 gNrow ? gNrow[DB_srpsalt] : gN,
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh5901 mdKSThPpOkooywrxsZMBOjWD86s0X1tTr54F64C0VwN89s/9gN//NSBD6rBZkqiZ
6342 U/o9Sm1r56e/gN/ulLvyMsZPONUwbMCMlre0xtm1YsKkim4T2i5Ukq9uO2yLM4Zt

Completed in 126 milliseconds