Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Ds3_lib.c936 .algorithm_mkey = SSL_kECDHE,
952 .algorithm_mkey = SSL_kECDHE,
968 .algorithm_mkey = SSL_kECDHE,
984 .algorithm_mkey = SSL_kECDHE,
1000 .algorithm_mkey = SSL_kECDHE,
1016 .algorithm_mkey = SSL_kECDHE,
1032 .algorithm_mkey = SSL_kECDHE,
1048 .algorithm_mkey = SSL_kECDHE,
1064 .algorithm_mkey = SSL_kECDHE,
1080 .algorithm_mkey = SSL_kECDHE,
[all …]
H A Dssl_ciph.c187 .algorithm_mkey = SSL_kDHE|SSL_kECDHE,
212 .algorithm_mkey = SSL_kECDHE,
216 .algorithm_mkey = SSL_kECDHE,
270 .algorithm_mkey = SSL_kECDHE,
275 .algorithm_mkey = SSL_kECDHE,
294 .algorithm_mkey = SSL_kECDHE,
1251 ssl_cipher_apply_rule(0, SSL_kECDHE, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail); in STACK_OF()
1252 ssl_cipher_apply_rule(0, SSL_kECDHE, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail); in STACK_OF()
1448 case SSL_kECDHE: in SSL_CIPHER_description()
1693 case SSL_kECDHE: 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_srvr.c430 if (alg_k & (SSL_kDHE|SSL_kECDHE)) { in ssl3_accept()
1451 } else if (type & SSL_kECDHE) { in ssl3_send_server_key_exchange()
1896 } else if (alg_k & SSL_kECDHE) { in ssl3_get_client_key_exchange()
H A Dssl_clnt.c1317 if (alg_k & (SSL_kDHE|SSL_kECDHE)) { in ssl3_get_server_key_exchange()
1334 } else if (alg_k & SSL_kECDHE) { in ssl3_get_server_key_exchange()
2048 } else if (alg_k & SSL_kECDHE) { in ssl3_send_client_key_exchange()
H A Dssl_lib.c1521 if ((alg_k & SSL_kECDHE) || (alg_a & SSL_aECDSA)) in ssl_has_ecc_ciphers()
2213 mask_k = SSL_kECDHE | SSL_kTLS1_3; in ssl_set_cert_masks()
2254 ((alg_k & SSL_kECDHE) || (alg_a & SSL_aECDSA)); in ssl_using_ecc_cipher()
H A Dssl_locl.h210 #define SSL_kECDHE 0x00000080L /* ephemeral ECDH */ macro