Home
last modified time | relevance | path

Searched refs:SSL_set0_tmp_dh_pkey (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_tmp_dh_callback.pod6 SSL_set0_tmp_dh_pkey, SSL_CTX_set_tmp_dh_callback, SSL_CTX_set_tmp_dh,
17 int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey);
74 SSL_set0_tmp_dh_pkey() to supply the parameters for the B<SSL_CTX> or B<SSL>
81 thing as SSL_CTX_set0_tmp_dh_pkey() and SSL_set0_tmp_dh_pkey() except that the
85 SSL_set0_tmp_dh_pkey() as appropriate.
91 specify the parameters via SSL_CTX_set0_tmp_dh_pkey() or SSL_set0_tmp_dh_pkey()
/third_party/openssl/ssl/
Dssl_conf.c625 if ((rv = SSL_set0_tmp_dh_pkey(cctx->ssl, dhpkey)) > 0) in cmd_DHParameters()
Ds3_lib.c3451 if (!SSL_set0_tmp_dh_pkey(s, pkdh)) { in ssl3_ctrl()
Dssl_lib.c6015 int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey) in SSL_set0_tmp_dh_pkey() function
/third_party/openssl/util/
Dlibssl.num520 SSL_set0_tmp_dh_pkey 521 3_0_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h.in1488 int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey);
/third_party/openssl/doc/man7/
Dmigration_guide.pod2172 L<SSL_set0_tmp_dh_pkey(3)>. There is no direct replacement for the "callback"
/third_party/openssl/test/
Dsslapitest.c9301 if (!TEST_true(SSL_set0_tmp_dh_pkey(serverssl, dhpkey))) in test_set_tmp_dh()