Searched refs:SRP_VBASE_get1_by_user (Results 1 – 10 of 10) sorted by relevance
/openssl-master/doc/man3/ |
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
|
A D | SSL_CTX_set_srp_password.pod | 174 SRP_user_pwd *user_pwd = SRP_VBASE_get1_by_user(srpData, username);
|
/openssl-master/apps/lib/ |
A D | tlssrp_depr.c | 223 srp_callback_parm->user = SRP_VBASE_get1_by_user(srp_callback_parm->vb, in lookup_srp_user()
|
/openssl-master/include/openssl/ |
A D | srp.h.in | 116 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username);
|
/openssl-master/crypto/srp/ |
A D | srp_vfy.c | 548 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user() function
|
/openssl-master/util/ |
A D | missingcrypto111.txt | 1223 SRP_VBASE_get1_by_user(3)
|
A D | libcrypto.num | 3542 SRP_VBASE_get1_by_user 3622 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
|
/openssl-master/doc/man7/ |
A D | migration_guide.pod | 2142 SRP_VBASE_add0_user(), SRP_VBASE_free(), SRP_VBASE_get1_by_user(), SRP_VBASE_init(),
|
/openssl-master/ |
A D | CHANGES.md | 3415 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 D | sslapitest.c | 6745 user = SRP_VBASE_get1_by_user(vbase, username); in ssl_srp_cb()
|
Completed in 61 milliseconds