Searched refs:vb (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/srp/ |
H A D | srp_vfy.c | 280 SRP_VBASE *vb = OPENSSL_malloc(sizeof(*vb)); in SRP_VBASE_new() local 282 if (vb == NULL) in SRP_VBASE_new() 299 return vb; in SRP_VBASE_new() 304 if (!vb) in SRP_VBASE_free() 309 OPENSSL_free(vb); in SRP_VBASE_free() 429 if (vb->seed_key) { in SRP_VBASE_init() 521 if (vb == NULL) in find_user() 565 if (vb == NULL) in SRP_VBASE_get1_by_user() 572 (vb->default_g == NULL) || (vb->default_N == NULL)) in SRP_VBASE_get1_by_user() 580 SRP_user_pwd_set_gN(user, vb->default_g, vb->default_N); in SRP_VBASE_get1_by_user() [all …]
|
/openssl/doc/man3/ |
H A D | SRP_VBASE_new.pod | 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); 44 The SRP_VBASE_free() function frees up the B<vb> structure. 45 If B<vb> is NULL, nothing is done. 48 populates the B<vb> structure. 56 to the B<vb> structure. See L<SRP_user_pwd_new(3)> to create and populate this
|
/openssl/apps/lib/ |
H A D | tlssrp_depr.c | 197 srp_callback_parm->vb = SRP_VBASE_new(srpuserseed); in set_up_srp_verifier_file() 201 if (srp_callback_parm->vb == NULL) { in set_up_srp_verifier_file() 206 SRP_VBASE_init(srp_callback_parm->vb, in set_up_srp_verifier_file() 223 srp_callback_parm->user = SRP_VBASE_get1_by_user(srp_callback_parm->vb, in lookup_srp_user()
|
/openssl/include/openssl/ |
H A D | srp.h.in | 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);
|
/openssl/apps/include/ |
H A D | s_apps.h | 107 SRP_VBASE *vb; member
|
/openssl/test/recipes/04-test_pem_reading_data/ |
H A D | cert-threecolumn.pem | 216 9vb
|
/openssl/test/ |
H A D | smcont.bin | 35 Iqޕ�b�M��7��vb��[�
|
Completed in 13 milliseconds