Home
last modified time | relevance | path

Searched refs:SRP_VBASE (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/crypto/openssl/include/openssl/
HDsrp.h.in89 } SRP_VBASE; typedef
105 SRP_VBASE *SRP_VBASE_new(char *seed_key);
107 void SRP_VBASE_free(SRP_VBASE *vb);
109 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file);
112 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd);
116 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username);
206 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
HDsrp.h136 } SRP_VBASE; typedef
176 SRP_VBASE *SRP_VBASE_new(char *seed_key);
178 void SRP_VBASE_free(SRP_VBASE *vb);
180 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file);
183 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd);
187 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username);
277 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSRP_VBASE_new.pod21 SRP_VBASE *SRP_VBASE_new(char *seed_key);
22 void SRP_VBASE_free(SRP_VBASE *vb);
24 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file);
26 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd);
27 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username);
28 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
HDSSL_CTX_set_srp_password.pod171 SRP_VBASE *srpData = (SRP_VBASE*) arg;
197 SRP_VBASE *srpData = SRP_VBASE_new(seedKey);
HDSRP_create_verifier.pod102 SRP_VBASE *srpData = SRP_VBASE_new(NULL);
/freebsd-14-stable/crypto/openssl/crypto/srp/
HDsrp_vfy.c280 SRP_VBASE *SRP_VBASE_new(char *seed_key) in SRP_VBASE_new()
282 SRP_VBASE *vb = OPENSSL_malloc(sizeof(*vb)); in SRP_VBASE_new()
304 void SRP_VBASE_free(SRP_VBASE *vb) in SRP_VBASE_free()
397 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) in SRP_VBASE_init()
510 static SRP_user_pwd *find_user(SRP_VBASE *vb, char *username) in find_user()
527 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd) in SRP_VBASE_add0_user()
541 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get_by_user()
551 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user()
/freebsd-14-stable/crypto/openssl/apps/include/
HDs_apps.h101 SRP_VBASE *vb;
/freebsd-14-stable/crypto/openssl/util/
HDindent.pro379 -T SRP_VBASE
/freebsd-14-stable/crypto/openssl/test/
HDsslapitest.c7121 static SRP_VBASE *vbase = NULL;