Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSRP_Calc_B.pod14 SRP_Calc_client_key
41 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g,
59 SRP_Calc_client_key(), SRP_Calc_x_ex(), SRP_Calc_x() and SRP_Calc_A(). See
/third_party/openssl/test/
Dsrptest.c93 Kclient = SRP_Calc_client_key(GN->N, Bpub, GN->g, x, a, u); in run_srp()
217 Kclient = SRP_Calc_client_key(GN->N, Bpub, GN->g, x, a, u); in run_srp_kat()
/third_party/openssl/ohos_lite/include/openssl/
Dsrp.h124 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g,
/third_party/openssl/include/openssl/
Dsrp.h.in194 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g,
/third_party/openssl/crypto/srp/
Dsrp_lib.c260 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key() function
/third_party/openssl/util/
Dmissingcrypto111.txt1218 SRP_Calc_client_key(3)
Dlibcrypto.num59 SRP_Calc_client_key 61 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
/third_party/openssl/
DNEWS.md177 * Fixed SRP_Calc_client_key so that it runs in constant time
DCHANGES.md2215 * Fixed SRP_Calc_client_key so that it runs in constant time. The previous
/third_party/openssl/doc/man7/
Dmigration_guide.pod2153 SRP_Calc_A(), SRP_Calc_B(), SRP_Calc_client_key(), SRP_Calc_server_key(),