Searched refs:SSL_CTX_set_srp_username (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_srp_password.pod | 5 SSL_CTX_set_srp_username, 28 int SSL_CTX_set_srp_username(SSL_CTX *ctx, char *name); 64 The SSL_CTX_set_srp_username() function sets the SRP username for B<ctx>. This 157 if (!SSL_CTX_set_srp_username(ctx, username))
|
/third_party/openssl/util/ |
D | missingssl111.txt | 25 SSL_CTX_set_srp_username(3)
|
D | libssl.num | 340 SSL_CTX_set_srp_username 341 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
|
/third_party/openssl/test/helpers/ |
D | handshake_srp.c | 77 if (!TEST_true(SSL_CTX_set_srp_username(client_ctx, in configure_handshake_ctx_for_srp()
|
/third_party/openssl/apps/lib/ |
D | tlssrp_depr.c | 125 if (!srp_lateuser && !SSL_CTX_set_srp_username(ctx, srp_arg->srplogin)) { in set_up_srp_arg()
|
/third_party/openssl/ssl/ |
D | tls_srp.c | 470 int SSL_CTX_set_srp_username(SSL_CTX *ctx, char *name) in SSL_CTX_set_srp_username() function
|
/third_party/curl/ |
D | backport-CVE-2022-27782.patch | 366 if(!SSL_CTX_set_srp_username(backend->ctx, ssl_username)) {
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 1769 int SSL_CTX_set_srp_username(SSL_CTX *ctx, char *name);
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 1815 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_set_srp_username(SSL_CTX *ctx, char *name);
|
/third_party/openssl/test/ |
D | sslapitest.c | 7004 || !TEST_int_gt(SSL_CTX_set_srp_username(cctx, userid), 0)) in test_srp()
|