Searched refs:algorithm_mkey (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/crypto/libressl/ssl/ |
H A D | s3_lib.c | 185 .algorithm_mkey = SSL_kRSA, 201 .algorithm_mkey = SSL_kRSA, 217 .algorithm_mkey = SSL_kRSA, 233 .algorithm_mkey = SSL_kRSA, 249 .algorithm_mkey = SSL_kRSA, 269 .algorithm_mkey = SSL_kDHE, 285 .algorithm_mkey = SSL_kDHE, 301 .algorithm_mkey = SSL_kDHE, 321 .algorithm_mkey = SSL_kRSA, 337 .algorithm_mkey = SSL_kDHE, [all …]
|
H A D | ssl_ciph.c | 187 .algorithm_mkey = SSL_kDHE|SSL_kECDHE, 200 .algorithm_mkey = SSL_kRSA, 204 .algorithm_mkey = SSL_kDHE, 208 .algorithm_mkey = SSL_kDHE, 212 .algorithm_mkey = SSL_kECDHE, 216 .algorithm_mkey = SSL_kECDHE, 220 .algorithm_mkey = SSL_kGOST, 260 .algorithm_mkey = SSL_kDHE, 265 .algorithm_mkey = SSL_kDHE, 270 .algorithm_mkey = SSL_kECDHE, [all …]
|
H A D | ssl_srvr.c | 420 alg_k = s->s3->hs.cipher->algorithm_mkey; in ssl3_accept() 548 alg_k = s->s3->hs.cipher->algorithm_mkey; in ssl3_accept() 1132 alg_k = s->s3->hs.cipher->algorithm_mkey; in ssl3_get_client_hello() 1447 type = s->s3->hs.cipher->algorithm_mkey; in ssl3_send_server_key_exchange() 1888 alg_k = s->s3->hs.cipher->algorithm_mkey; in ssl3_get_client_key_exchange()
|
H A D | ssl_seclevel.c | 128 if ((cipher->algorithm_mkey & (SSL_kDHE | SSL_kECDHE)) == 0 && in ssl_security_secop_cipher()
|
H A D | ssl_clnt.c | 1033 alg_k = s->s3->hs.cipher->algorithm_mkey; in ssl3_get_server_hello() 1293 alg_k = s->s3->hs.cipher->algorithm_mkey; in ssl3_get_server_key_exchange() 2036 alg_k = s->s3->hs.cipher->algorithm_mkey; in ssl3_send_client_key_exchange() 2433 alg_k = s->s3->hs.cipher->algorithm_mkey; in ssl3_check_cert_and_algorithm()
|
H A D | ssl_locl.h | 401 unsigned long algorithm_mkey; /* key exchange algorithm */ member
|
H A D | ssl_lib.c | 1518 alg_k = cipher->algorithm_mkey; in ssl_has_ecc_ciphers() 2250 alg_k = s->s3->hs.cipher->algorithm_mkey; in ssl_using_ecc_cipher()
|