Home
last modified time | relevance | path

Searched refs:SRP_check_known_gN_param (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/doc/man3/
DSRP_create_verifier.pod9 SRP_check_known_gN_param,
33 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N);
67 The SRP_check_known_gN_param() function checks that I<g> and I<N> are valid
84 SRP_check_known_gN_param() returns the text representation of the group id
/third_party/openssl/ohos_lite/include/openssl/
Dsrp.h110 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N);
/third_party/openssl/apps/lib/
Dtlssrp_depr.c81 if (SRP_check_known_gN_param(g, N)) in ssl_srp_verify_param_cb()
/third_party/openssl/include/openssl/
Dsrp.h.in157 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N);
/third_party/openssl/crypto/srp/
Dsrp_lib.c309 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param() function
/third_party/openssl/ssl/
Dtls_srp.c406 } else if (!SRP_check_known_gN_param(srp->g, srp->N)) { in srp_verify_server_param()
/third_party/openssl/util/
Dmissingcrypto111.txt1229 SRP_check_known_gN_param(3)
Dlibcrypto.num3219 SRP_check_known_gN_param 3288 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
/third_party/openssl/doc/man7/
Dmigration_guide.pod2154 SRP_Calc_u(), SRP_Calc_x(), SRP_check_known_gN_param(), SRP_create_verifier(),