Searched refs:SSL_CTX_set_tmp_ecdh (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_CTX_set_tmp_ecdh.pod | 5 SSL_CTX_set_tmp_ecdh, SSL_set_tmp_ecdh, SSL_CTX_set_ecdh_auto, SSL_set_ecdh_auto 12 long SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ecdh); 20 SSL_CTX_set_tmp_ecdh() sets ECDH parameters to be used to be B<ecdh>. 32 SSL_CTX_set_tmp_ecdh() and SSL_set_tmp_ecdh() return 1 on success and 0
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | missingmacro111.txt | 181 SSL_CTX_set_tmp_ecdh(3)
|
H A D | other.syms | 538 SSL_CTX_set_tmp_ecdh define
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | petal.c | 265 if (1 != SSL_CTX_set_tmp_ecdh (ctx, ecdh)) { in setup_ctx()
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/ |
H A D | man.inc | 569 SSL_CTX_set_tmp_ecdh.3 \
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_conf.c | 249 rv = SSL_CTX_set_tmp_ecdh(cctx->ctx, ecdh); in cmd_ECDHParameters()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | net_help.c | 1203 if (1 != SSL_CTX_set_tmp_ecdh (ctx, ecdh)) { in listen_sslctx_setup_2()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/ |
H A D | build.info | 2342 DEPEND[html/man3/SSL_CTX_set_tmp_ecdh.html]=man3/SSL_CTX_set_tmp_ecdh.pod 2343 GENERATE[html/man3/SSL_CTX_set_tmp_ecdh.html]=man3/SSL_CTX_set_tmp_ecdh.pod 2344 DEPEND[man/man3/SSL_CTX_set_tmp_ecdh.3]=man3/SSL_CTX_set_tmp_ecdh.pod 2345 GENERATE[man/man3/SSL_CTX_set_tmp_ecdh.3]=man3/SSL_CTX_set_tmp_ecdh.pod 3371 html/man3/SSL_CTX_set_tmp_ecdh.html \ 3979 man/man3/SSL_CTX_set_tmp_ecdh.3 \
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | config.h.in | 114 /* Define to 1 if you have the declaration of `SSL_CTX_set_tmp_ecdh', and to 0
|
H A D | configure.ac | 1045 AC_CHECK_DECLS([SSL_CTX_set_ecdh_auto,SSL_CTX_set_tmp_ecdh], [], [], [
|
H A D | server.c | 2017 if (1 != SSL_CTX_set_tmp_ecdh (ctx, ecdh)) { in listen_sslctx_setup_2()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1325 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1340 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ macro
|