Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Ds3_lib.c269 .algorithm_mkey = SSL_kDHE,
285 .algorithm_mkey = SSL_kDHE,
301 .algorithm_mkey = SSL_kDHE,
337 .algorithm_mkey = SSL_kDHE,
353 .algorithm_mkey = SSL_kDHE,
385 .algorithm_mkey = SSL_kDHE,
401 .algorithm_mkey = SSL_kDHE,
485 .algorithm_mkey = SSL_kDHE,
501 .algorithm_mkey = SSL_kDHE,
519 .algorithm_mkey = SSL_kDHE,
[all …]
H A Dssl_ciph.c187 .algorithm_mkey = SSL_kDHE|SSL_kECDHE,
204 .algorithm_mkey = SSL_kDHE,
208 .algorithm_mkey = SSL_kDHE,
260 .algorithm_mkey = SSL_kDHE,
265 .algorithm_mkey = SSL_kDHE,
289 .algorithm_mkey = SSL_kDHE,
1445 case SSL_kDHE: in SSL_CIPHER_description()
1691 case SSL_kDHE: in SSL_CIPHER_get_kx_nid()
H A Dssl_seclevel.c128 if ((cipher->algorithm_mkey & (SSL_kDHE | SSL_kECDHE)) == 0 && in ssl_security_secop_cipher()
H A Dssl_clnt.c1317 if (alg_k & (SSL_kDHE|SSL_kECDHE)) { in ssl3_get_server_key_exchange()
1331 if (alg_k & SSL_kDHE) { in ssl3_get_server_key_exchange()
2045 } else if (alg_k & SSL_kDHE) { in ssl3_send_client_key_exchange()
2464 if ((alg_k & SSL_kDHE) && in ssl3_check_cert_and_algorithm()
H A Dssl_srvr.c430 if (alg_k & (SSL_kDHE|SSL_kECDHE)) { in ssl3_accept()
1448 if (type & SSL_kDHE) { in ssl3_send_server_key_exchange()
1893 } else if (alg_k & SSL_kDHE) { in ssl3_get_client_key_exchange()
H A Dssl_locl.h209 #define SSL_kDHE 0x00000008L /* tmp DH key no DH cert */ macro
H A Dssl_lib.c2217 mask_k |= SSL_kDHE; in ssl_set_cert_masks()