Searched refs:SRP_VBASE (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/crypto/openssl/include/openssl/ |
| HD | srp.h.in | 89 } 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);
|
| HD | srp.h | 136 } 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/ |
| HD | SRP_VBASE_new.pod | 21 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);
|
| HD | SSL_CTX_set_srp_password.pod | 171 SRP_VBASE *srpData = (SRP_VBASE*) arg; 197 SRP_VBASE *srpData = SRP_VBASE_new(seedKey);
|
| HD | SRP_create_verifier.pod | 102 SRP_VBASE *srpData = SRP_VBASE_new(NULL);
|
| /freebsd-14-stable/crypto/openssl/crypto/srp/ |
| HD | srp_vfy.c | 280 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/ |
| HD | s_apps.h | 101 SRP_VBASE *vb;
|
| /freebsd-14-stable/crypto/openssl/util/ |
| HD | indent.pro | 379 -T SRP_VBASE
|
| /freebsd-14-stable/crypto/openssl/test/ |
| HD | sslapitest.c | 7121 static SRP_VBASE *vbase = NULL;
|