Searched refs:SSL_set0_tmp_dh_pkey (Results 1 – 8 of 8) sorted by relevance
6 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 the85 SSL_set0_tmp_dh_pkey() as appropriate.91 specify the parameters via SSL_CTX_set0_tmp_dh_pkey() or SSL_set0_tmp_dh_pkey()
625 if ((rv = SSL_set0_tmp_dh_pkey(cctx->ssl, dhpkey)) > 0) in cmd_DHParameters()
3451 if (!SSL_set0_tmp_dh_pkey(s, pkdh)) { in ssl3_ctrl()
6015 int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey) in SSL_set0_tmp_dh_pkey() function
520 SSL_set0_tmp_dh_pkey 521 3_0_0 EXIST::FUNCTION:
1488 int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey);
2172 L<SSL_set0_tmp_dh_pkey(3)>. There is no direct replacement for the "callback"
9301 if (!TEST_true(SSL_set0_tmp_dh_pkey(serverssl, dhpkey))) in test_set_tmp_dh()