Home
last modified time | relevance | path

Searched refs:SRP_get_default_gN (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/doc/man3/
DSRP_create_verifier.pod10 SRP_get_default_gN
34 SRP_gN *SRP_get_default_gN(const char *id);
62 load the appropriate gN values (see SRP_get_default_gN()).
70 The SRP_get_default_gN() function returns the gN parameters for the RFC 5054 I<id>
88 SRP_get_default_gN() returns NULL if I<id> is not a valid group size,
104 SRP_gN *gN = SRP_get_default_gN("8192");
DSSL_CTX_set_srp_password.pod122 identifier for L<SRP_get_default_gN(3)>.
/third_party/openssl/test/
Dsrptest.c47 if (!TEST_ptr(GN = SRP_get_default_gN("1024"))) in run_srp()
152 if (!TEST_ptr(GN = SRP_get_default_gN("1024"))) in run_srp_kat()
Dsslapitest.c6923 lgN = SRP_get_default_gN(NULL); in create_new_vbase()
/third_party/openssl/ohos_lite/include/openssl/
Dsrp.h111 SRP_gN *SRP_get_default_gN(const char *id);
/third_party/openssl/crypto/srp/
Dsrp_vfy.c358 return SRP_get_default_gN(id); in SRP_get_gN_by_id()
421 last_index = SRP_get_default_gN(NULL)->id; in SRP_VBASE_init()
639 SRP_gN *gN = SRP_get_default_gN(g); in SRP_create_verifier_ex()
Dsrp_lib.c322 SRP_gN *SRP_get_default_gN(const char *id) in SRP_get_default_gN() function
/third_party/openssl/include/openssl/
Dsrp.h.in159 SRP_gN *SRP_get_default_gN(const char *id);
/third_party/openssl/apps/
Dsrp.c406 } else if (maxgN > 0 && !SRP_get_default_gN(gN)) { in srp_main()
/third_party/openssl/ssl/
Dtls_srp.c231 SRP_gN *GN = SRP_get_default_gN(grp); in SSL_set_srp_server_param_pw()
/third_party/openssl/util/
Dmissingcrypto111.txt1232 SRP_get_default_gN(3)
Dlibcrypto.num1969 SRP_get_default_gN 2016 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
/third_party/openssl/doc/man7/
Dmigration_guide.pod2155 SRP_create_verifier_BN(), SRP_get_default_gN(), SRP_user_pwd_free(), SRP_user_pwd_new(),