Home
last modified time | relevance | path

Searched defs:vb (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/srp/
H A Dsrp_vfy.c278 SRP_VBASE *vb = OPENSSL_malloc(sizeof(*vb)); in SRP_VBASE_new() local
300 void SRP_VBASE_free(SRP_VBASE *vb) in SRP_VBASE_free()
393 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) in SRP_VBASE_init()
509 static SRP_user_pwd *find_user(SRP_VBASE *vb, char *username) in find_user()
526 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd) in SRP_VBASE_add0_user()
540 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get_by_user()
550 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user()
/openssl/apps/include/
H A Ds_apps.h107 SRP_VBASE *vb; member

Completed in 31 milliseconds