Home
last modified time | relevance | path

Searched refs:SSL_SECOP_TMP_DH (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/ssl/
Dssl_cert.c913 if (op == SSL_SECOP_TMP_DH && bits < 80) in ssl_security_default_callback()
Ds3_lib.c3424 if (!ssl_security(s, SSL_SECOP_TMP_DH, in ssl3_ctrl()
3780 if (!ssl_ctx_security(ctx, SSL_SECOP_TMP_DH, in ssl3_ctx_ctrl()
/third_party/openssl/apps/
Ds_cb.c1331 {"Temp DH key bits", SSL_SECOP_TMP_DH},
/third_party/openssl/include/openssl/
Dssl.h2301 # define SSL_SECOP_TMP_DH (7 | SSL_SECOP_OTHER_PKEY) macro
/third_party/openssl/ssl/statem/
Dstatem_clnt.c2155 if (!ssl_security(s, SSL_SECOP_TMP_DH, EVP_PKEY_security_bits(peer_tmp), in tls_process_ske_dhe()
Dstatem_srvr.c2565 if (!ssl_security(s, SSL_SECOP_TMP_DH, in tls_construct_server_key_exchange()
/third_party/openssl/
DCHANGES354 the security operation SSL_SECOP_TMP_DH. This is defined to take an EVP_PKEY
358 according to the definition of SSL_SECOP_TMP_DH, and is inconsistent with all