Home
last modified time | relevance | path

Searched refs:vb (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/srp/
H A Dsrp_vfy.c280 SRP_VBASE *vb = OPENSSL_malloc(sizeof(*vb)); in SRP_VBASE_new() local
282 if (vb == NULL) in SRP_VBASE_new()
298 return vb; in SRP_VBASE_new()
303 if (!vb) in SRP_VBASE_free()
308 OPENSSL_free(vb); in SRP_VBASE_free()
420 if (vb->seed_key) { in SRP_VBASE_init()
512 if (vb == NULL) in find_user()
556 if (vb == NULL) in SRP_VBASE_get1_by_user()
563 (vb->default_g == NULL) || (vb->default_N == NULL)) in SRP_VBASE_get1_by_user()
571 SRP_user_pwd_set_gN(user, vb->default_g, vb->default_N); in SRP_VBASE_get1_by_user()
[all …]
/openssl/doc/man3/
H A DSRP_VBASE_new.pod22 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 Dtlssrp_depr.c197 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 Dsrp.h.in107 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 Ds_apps.h107 SRP_VBASE *vb; member
/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-threecolumn.pem216 9vb
/openssl/test/
H A Dsmcont.bin35 Iq ޕ�b�M��7��vb��[�

Completed in 21 milliseconds