Home
last modified time | relevance | path

Searched refs:SSL_OP_SINGLE_ECDH_USE (Results 1 – 5 of 5) sorted by relevance

/minix/crypto/external/bsd/openssl/dist/ssl/
H A Ds3_lib.c3201 if (!(s->options & SSL_OP_SINGLE_ECDH_USE)) { in ssl3_ctrl()
3518 if (!(ctx->options & SSL_OP_SINGLE_ECDH_USE)) { in ssl3_ctx_ctrl()
H A Dd1_srvr.c1227 (s->options & SSL_OP_SINGLE_ECDH_USE)) { in dtls1_send_server_key_exchange()
H A Dssltest.c945 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE); in main()
H A Dssl.h604 # define SSL_OP_SINGLE_ECDH_USE 0x00080000L macro
H A Ds3_srvr.c1794 (s->options & SSL_OP_SINGLE_ECDH_USE)) { in ssl3_send_server_key_exchange()