Searched refs:SRP_Calc_x (Results 1 – 7 of 7) sorted by relevance
/openssl/doc/man3/ |
H A D | SRP_Calc_B.pod | 12 SRP_Calc_x, 45 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass); 59 SRP_Calc_client_key(), SRP_Calc_x_ex(), SRP_Calc_x() and SRP_Calc_A(). See
|
/openssl/test/ |
H A D | srptest.c | 92 x = SRP_Calc_x(s, username, client_pass); in run_srp() 216 x = SRP_Calc_x(s, "alice", "password123"); in run_srp_kat()
|
/openssl/include/openssl/ |
H A D | srp.h.in | 186 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
|
/openssl/crypto/srp/ |
H A D | srp_lib.c | 191 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x() function
|
/openssl/util/ |
H A D | missingcrypto111.txt | 1220 SRP_Calc_x(3)
|
H A D | libcrypto.num | 2772 SRP_Calc_x 2835 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 2224 SRP_Calc_u(), SRP_Calc_x(), SRP_check_known_gN_param(), SRP_create_verifier(),
|
Completed in 37 milliseconds