Home
last modified time | relevance | path

Searched refs:SSL_CTX_set0_tmp_dh_pkey (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_tmp_dh_callback.pod5 SSL_CTX_set_dh_auto, SSL_set_dh_auto, SSL_CTX_set0_tmp_dh_pkey,
16 int SSL_CTX_set0_tmp_dh_pkey(SSL_CTX *ctx, EVP_PKEY *dhpkey);
73 their own DH parameters should call SSL_CTX_set0_tmp_dh_pkey() or
81 thing as SSL_CTX_set0_tmp_dh_pkey() and SSL_set0_tmp_dh_pkey() except that the
84 should use "auto" parameters instead, or call SSL_CTX_set0_tmp_dh_pkey() or
91 specify the parameters via SSL_CTX_set0_tmp_dh_pkey() or SSL_set0_tmp_dh_pkey()
/third_party/openssl/ssl/
Dssl_conf.c621 if ((rv = SSL_CTX_set0_tmp_dh_pkey(cctx->ctx, dhpkey)) > 0) in cmd_DHParameters()
Ds3_lib.c3784 if (!SSL_CTX_set0_tmp_dh_pkey(ctx, pkdh)) { in ssl3_ctx_ctrl()
Dssl_lib.c6027 int SSL_CTX_set0_tmp_dh_pkey(SSL_CTX *ctx, EVP_PKEY *dhpkey) in SSL_CTX_set0_tmp_dh_pkey() function
/third_party/openssl/test/
Dssl_old_test.c1528 SSL_CTX_set0_tmp_dh_pkey(s_ctx, dhpkey); in main()
1529 SSL_CTX_set0_tmp_dh_pkey(s_ctx2, dhpkey); in main()
Dsslapitest.c9279 if (!TEST_true(SSL_CTX_set0_tmp_dh_pkey(sctx, dhpkey))) in test_set_tmp_dh()
/third_party/nghttp2/src/
Dshrpx_tls.cc1043 if (SSL_CTX_set0_tmp_dh_pkey(ssl_ctx, dh) != 1) { in create_ssl_context()
1339 if (SSL_CTX_set0_tmp_dh_pkey(ssl_ctx, dh) != 1) { in create_quic_ssl_context()
DHttpServer.cc2199 if (SSL_CTX_set0_tmp_dh_pkey(ssl_ctx, dh) != 1) { in run()
/third_party/openssl/util/
Dlibssl.num521 SSL_CTX_set0_tmp_dh_pkey 522 3_0_0 EXIST::FUNCTION:
/third_party/openssl/apps/
Ds_server.c2049 if (!SSL_CTX_set0_tmp_dh_pkey(ctx, dhpkey)) { in s_server_main()
2076 } else if (!SSL_CTX_set0_tmp_dh_pkey(ctx2, dhpkey)) { in s_server_main()
/third_party/openssl/include/openssl/
Dssl.h.in1489 int SSL_CTX_set0_tmp_dh_pkey(SSL_CTX *ctx, EVP_PKEY *dhpkey);
/third_party/openssl/doc/man7/
Dmigration_guide.pod2171 use the alternative functions L<SSL_CTX_set0_tmp_dh_pkey(3)> and