Home
last modified time | relevance | path

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

/openssl/doc/man3/
H 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
H A DSSL_CTX_set_srp_password.pod174 SRP_user_pwd *user_pwd = SRP_VBASE_get1_by_user(srpData, username);
/openssl/apps/lib/
H A Dtlssrp_depr.c223 srp_callback_parm->user = SRP_VBASE_get1_by_user(srp_callback_parm->vb, in lookup_srp_user()
/openssl/include/openssl/
H A Dsrp.h.in116 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username);
/openssl/crypto/srp/
H A Dsrp_vfy.c555 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user() function
/openssl/util/
H A Dmissingcrypto111.txt1222 SRP_VBASE_get1_by_user(3)
H A Dlibcrypto.num3542 SRP_VBASE_get1_by_user 3622 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
/openssl/doc/man7/
H A Dossl-guide-migration.pod2227 SRP_VBASE_add0_user(), SRP_VBASE_free(), SRP_VBASE_get1_by_user(), SRP_VBASE_init(),
/openssl/
H A DCHANGES.md5295 Users should use SRP_VBASE_get1_by_user instead. Note that in
5296 SRP_VBASE_get1_by_user, caller must free the returned value. Note
6955 Add a new method SRP_VBASE_get1_by_user that handles the seed properly.
6962 Users should use SRP_VBASE_get1_by_user instead. Note that in
6963 SRP_VBASE_get1_by_user, caller must free the returned value. Note
8157 Add a new method SRP_VBASE_get1_by_user that handles the seed properly.
8164 Users should use SRP_VBASE_get1_by_user instead. Note that in
8165 SRP_VBASE_get1_by_user, caller must free the returned value. Note
/openssl/test/
H A Dsslapitest.c7449 user = SRP_VBASE_get1_by_user(vbase, username); in ssl_srp_cb()

Completed in 89 milliseconds