Home
last modified time | relevance | path

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

/third_party/openssl/crypto/srp/
Dsrp_vfy.c278 SRP_VBASE *SRP_VBASE_new(char *seed_key) in SRP_VBASE_new() argument
291 vb->seed_key = NULL; in SRP_VBASE_new()
292 if ((seed_key != NULL) && (vb->seed_key = OPENSSL_strdup(seed_key)) == NULL) { in SRP_VBASE_new()
307 OPENSSL_free(vb->seed_key); in SRP_VBASE_free()
420 if (vb->seed_key) { in SRP_VBASE_init()
443 if (vb->seed_key != NULL) { in SRP_VBASE_init()
562 if ((vb->seed_key == NULL) || in SRP_VBASE_get1_by_user()
584 || !EVP_DigestUpdate(ctxt, vb->seed_key, strlen(vb->seed_key)) in SRP_VBASE_get1_by_user()
/third_party/openssl/doc/man3/
DSRP_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.
/third_party/openssl/ohos_lite/include/openssl/
Dsrp.h58 char *seed_key; member
74 SRP_VBASE *SRP_VBASE_new(char *seed_key);
/third_party/openssl/include/openssl/
Dsrp.h.in86 char *seed_key; member
105 SRP_VBASE *SRP_VBASE_new(char *seed_key);