Home
last modified time | relevance | path

Searched refs:seed_key (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/crypto/openssl/crypto/srp/
HDsrp_vfy.c280 SRP_VBASE *SRP_VBASE_new(char *seed_key) in SRP_VBASE_new() argument
294 vb->seed_key = NULL; in SRP_VBASE_new()
295 if ((seed_key != NULL) && (vb->seed_key = OPENSSL_strdup(seed_key)) == NULL) { in SRP_VBASE_new()
310 OPENSSL_free(vb->seed_key); in SRP_VBASE_free()
423 if (vb->seed_key) { in SRP_VBASE_init()
446 if (vb->seed_key != NULL) { in SRP_VBASE_init()
565 if ((vb->seed_key == NULL) || in SRP_VBASE_get1_by_user()
587 || !EVP_DigestUpdate(ctxt, vb->seed_key, strlen(vb->seed_key)) in SRP_VBASE_get1_by_user()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSRP_VBASE_new.pod21 SRP_VBASE *SRP_VBASE_new(char *seed_key);
37 If B<seed_key> is not NULL a copy is stored and used to generate dummy parameters
63 If no matching user is found but a seed_key and default gN parameters have been
64 set, dummy authentication information is generated from the seed_key, allowing
69 If no matching user is found and the seed_key is not set, NULL is returned.
/freebsd-14-stable/crypto/openssl/include/openssl/
HDsrp.h.in86 char *seed_key; member
105 SRP_VBASE *SRP_VBASE_new(char *seed_key);
HDsrp.h133 char *seed_key; member
176 SRP_VBASE *SRP_VBASE_new(char *seed_key);