Home
last modified time | relevance | path

Searched refs:gN (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/srp/
H A Dsrp_vfy.c349 SRP_gN *gN; in SRP_get_gN_by_id() local
353 if (gN && (id == NULL || strcmp(gN->id, id) == 0)) in SRP_get_gN_by_id()
402 SRP_gN *gN = NULL; in SRP_VBASE_init() local
430 if ((gN = OPENSSL_malloc(sizeof(*gN))) == NULL) in SRP_VBASE_init()
441 gN = NULL; in SRP_VBASE_init()
481 gN = NULL; in SRP_VBASE_init()
491 if (gN != NULL) { in SRP_VBASE_init()
493 OPENSSL_free(gN); in SRP_VBASE_init()
640 if (gN == NULL) in SRP_create_verifier_ex()
642 N_bn = gN->N; in SRP_create_verifier_ex()
[all …]
/openssl/doc/man3/
H A DSRP_create_verifier.pod62 load the appropriate gN values (see SRP_get_default_gN()).
70 The SRP_get_default_gN() function returns the gN parameters for the RFC 5054 I<id>
104 SRP_gN *gN = SRP_get_default_gN("8192");
107 SRP_create_verifier_BN_ex(username, password, &salt, &verifier, gN->N, gN->g,
113 SRP_user_pwd_set_gN(pwd, gN->g, gN->N);
H A DSRP_VBASE_new.pod63 If no matching user is found but a seed_key and default gN parameters have been
H A DSSL_CTX_set_srp_password.pod102 The SSL_CTX_set_srp_verify_param_callback() sets the SRP gN parameter verification
/openssl/apps/
H A Dsrp.c240 char *passin = NULL, *passout = NULL, *gN = NULL, *userinfo = NULL; in srp_main() local
283 gN = opt_arg(); in srp_main()
393 if ((gNindex < 0) && (gN != NULL) && strcmp(gN, pp[DB_srpid]) == 0) in srp_main()
406 } else if (maxgN > 0 && !SRP_get_default_gN(gN)) { in srp_main()
407 BIO_printf(bio_err, "No g and N value for index \"%s\"\n", gN); in srp_main()
456 gNrow ? gNrow[DB_srpsalt] : gN, in srp_main()

Completed in 19 milliseconds