Home
last modified time | relevance | path

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

/external/openssl/crypto/srp/
Dsrp_vfy.c244 SRP_VBASE *SRP_VBASE_new(char *seed_key) in SRP_VBASE_new() argument
258 vb->seed_key = NULL; in SRP_VBASE_new()
259 if ((seed_key != NULL) && in SRP_VBASE_new()
260 (vb->seed_key = BUF_strdup(seed_key)) == NULL) in SRP_VBASE_new()
275 OPENSSL_free(vb->seed_key); in SRP_VBASE_free()
387 if (vb->seed_key) in SRP_VBASE_init()
409 if (vb->seed_key != NULL) in SRP_VBASE_init()
491 if ((vb->seed_key == NULL) || in SRP_VBASE_get_by_user()
509 EVP_DigestUpdate(&ctxt, vb->seed_key, strlen(vb->seed_key)); in SRP_VBASE_get_by_user()
Dsrp.h101 char *seed_key; member
117 SRP_VBASE *SRP_VBASE_new(char *seed_key);
/external/openssl/include/openssl/
Dsrp.h101 char *seed_key; member
117 SRP_VBASE *SRP_VBASE_new(char *seed_key);