Searched refs:SSL_set0_tmp_dh_pkey (Results 1 – 9 of 9) 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()
645 if ((rv = SSL_set0_tmp_dh_pkey(cctx->ssl, dhpkey)) > 0) in cmd_DHParameters()
3539 if (!SSL_set0_tmp_dh_pkey(s, pkdh)) { in ssl3_ctrl()
7458 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:
571 | `SSL_set0_tmp_dh_pkey` | HL | U | A | NC\* | Done …
2242 L<SSL_set0_tmp_dh_pkey(3)>. There is no direct replacement for the "callback"
1516 int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey);
10467 if (!TEST_true(SSL_set0_tmp_dh_pkey(serverssl, dhpkey))) in test_set_tmp_dh()
Completed in 102 milliseconds