Home
last modified time | relevance | path

Searched refs:SRP_VBASE_get1_by_user (Results 1 – 10 of 10) sorted by relevance

/openssl-master/doc/man3/
A DSRP_VBASE_new.pod9 SRP_VBASE_get1_by_user,
27 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username);
38 for users that are not found by SRP_VBASE_get1_by_user(). This allows the server
60 The SRP_VBASE_get1_by_user() function returns the password info for the user
A DSSL_CTX_set_srp_password.pod174 SRP_user_pwd *user_pwd = SRP_VBASE_get1_by_user(srpData, username);
/openssl-master/apps/lib/
A Dtlssrp_depr.c223 srp_callback_parm->user = SRP_VBASE_get1_by_user(srp_callback_parm->vb, in lookup_srp_user()
/openssl-master/include/openssl/
A Dsrp.h.in116 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username);
/openssl-master/crypto/srp/
A Dsrp_vfy.c548 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user() function
/openssl-master/util/
A Dmissingcrypto111.txt1223 SRP_VBASE_get1_by_user(3)
A Dlibcrypto.num3542 SRP_VBASE_get1_by_user 3622 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
/openssl-master/doc/man7/
A Dmigration_guide.pod2142 SRP_VBASE_add0_user(), SRP_VBASE_free(), SRP_VBASE_get1_by_user(), SRP_VBASE_init(),
/openssl-master/
A DCHANGES.md3415 Users should use SRP_VBASE_get1_by_user instead. Note that in
3416 SRP_VBASE_get1_by_user, caller must free the returned value. Note
5075 Add a new method SRP_VBASE_get1_by_user that handles the seed properly.
5082 Users should use SRP_VBASE_get1_by_user instead. Note that in
5083 SRP_VBASE_get1_by_user, caller must free the returned value. Note
6277 Add a new method SRP_VBASE_get1_by_user that handles the seed properly.
6284 Users should use SRP_VBASE_get1_by_user instead. Note that in
6285 SRP_VBASE_get1_by_user, caller must free the returned value. Note
/openssl-master/test/
A Dsslapitest.c6745 user = SRP_VBASE_get1_by_user(vbase, username); in ssl_srp_cb()

Completed in 61 milliseconds