Searched refs:SRP_VBASE_add0_user (Results 1 – 6 of 6) sorted by relevance
/openssl-master/doc/man3/ |
A D | SRP_VBASE_new.pod | 8 SRP_VBASE_add0_user, 26 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd); 55 The SRP_VBASE_add0_user() function adds the B<user_pwd> verifier information 82 SRP_VBASE_add0_user() returns 1 on success and 0 on failure. 93 The SRP_VBASE_add0_user() function was added in OpenSSL 3.0.
|
A D | SRP_create_verifier.pod | 115 SRP_VBASE_add0_user(srpData, pwd);
|
/openssl-master/include/openssl/ |
A D | srp.h.in | 112 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd);
|
/openssl-master/crypto/srp/ |
A D | srp_vfy.c | 524 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd) in SRP_VBASE_add0_user() function
|
/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/util/ |
A D | libcrypto.num | 4418 SRP_VBASE_add0_user 4546 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
|
Completed in 22 milliseconds