Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/doc/man3/
H A 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()
/freebsd-14.2/secure/lib/libssl/
H A DVersion.map542 SSL_set0_tmp_dh_pkey;
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_conf.c625 if ((rv = SSL_set0_tmp_dh_pkey(cctx->ssl, dhpkey)) > 0) in cmd_DHParameters()
H A Ds3_lib.c3455 if (!SSL_set0_tmp_dh_pkey(s, pkdh)) { in ssl3_ctrl()
H A Dssl_lib.c6056 int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey) in SSL_set0_tmp_dh_pkey() function
/freebsd-14.2/crypto/openssl/util/
H A Dlibssl.num520 SSL_set0_tmp_dh_pkey 521 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h1560 int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey);
H A Dssl.h.in1488 int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey);
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dmigration_guide.pod2221 L<SSL_set0_tmp_dh_pkey(3)>. There is no direct replacement for the "callback"
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile4131 MLINKS+= SSL_CTX_set_tmp_dh_callback.3 SSL_set0_tmp_dh_pkey.3
/freebsd-14.2/crypto/openssl/test/
H A Dsslapitest.c9719 if (!TEST_true(SSL_set0_tmp_dh_pkey(serverssl, dhpkey))) in test_set_tmp_dh()