Searched refs:SRP_VBASE_get1_by_user (Results 1 – 10 of 10) sorted by relevance
/openssl/doc/man3/ |
H A D | SRP_VBASE_new.pod | 9 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 D | SSL_CTX_set_srp_password.pod | 174 SRP_user_pwd *user_pwd = SRP_VBASE_get1_by_user(srpData, username);
|
/openssl/apps/lib/ |
H A D | tlssrp_depr.c | 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 | 116 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username);
|
/openssl/crypto/srp/ |
H A D | srp_vfy.c | 557 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user() function
|
/openssl/util/ |
H A D | missingcrypto111.txt | 1222 SRP_VBASE_get1_by_user(3)
|
H A D | libcrypto.num | 3542 SRP_VBASE_get1_by_user 3622 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 2227 SRP_VBASE_add0_user(), SRP_VBASE_free(), SRP_VBASE_get1_by_user(), SRP_VBASE_init(),
|
/openssl/ |
H A D | CHANGES.md | 5354 Users should use SRP_VBASE_get1_by_user instead. Note that in 5355 SRP_VBASE_get1_by_user, caller must free the returned value. Note 7014 Add a new method SRP_VBASE_get1_by_user that handles the seed properly. 7021 Users should use SRP_VBASE_get1_by_user instead. Note that in 7022 SRP_VBASE_get1_by_user, caller must free the returned value. Note 8216 Add a new method SRP_VBASE_get1_by_user that handles the seed properly. 8223 Users should use SRP_VBASE_get1_by_user instead. Note that in 8224 SRP_VBASE_get1_by_user, caller must free the returned value. Note
|
/openssl/test/ |
H A D | sslapitest.c | 7449 user = SRP_VBASE_get1_by_user(vbase, username); in ssl_srp_cb()
|
Completed in 139 milliseconds