Searched refs:gN (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/srp/ |
H A D | srp_vfy.c | 350 SRP_gN *gN; in SRP_get_gN_by_id() local 354 if (gN && (id == NULL || strcmp(gN->id, id) == 0)) in SRP_get_gN_by_id() 403 SRP_gN *gN = NULL; in SRP_VBASE_init() local 439 if ((gN = OPENSSL_malloc(sizeof(*gN))) == NULL) in SRP_VBASE_init() 450 gN = NULL; in SRP_VBASE_init() 490 gN = NULL; in SRP_VBASE_init() 500 if (gN != NULL) { in SRP_VBASE_init() 502 OPENSSL_free(gN); in SRP_VBASE_init() 649 if (gN == NULL) in SRP_create_verifier_ex() 651 N_bn = gN->N; in SRP_create_verifier_ex() [all …]
|
/openssl/doc/man3/ |
H A D | SRP_create_verifier.pod | 62 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 D | SRP_VBASE_new.pod | 63 If no matching user is found but a seed_key and default gN parameters have been
|
H A D | SSL_CTX_set_srp_password.pod | 102 The SSL_CTX_set_srp_verify_param_callback() sets the SRP gN parameter verification
|
/openssl/apps/ |
H A D | srp.c | 240 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 14 milliseconds