Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/ssl/
H A Ds3_lib.c185 .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 Dssl_ciph.c187 .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 Dssl_srvr.c420 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 Dssl_seclevel.c128 if ((cipher->algorithm_mkey & (SSL_kDHE | SSL_kECDHE)) == 0 && in ssl_security_secop_cipher()
H A Dssl_clnt.c1033 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 Dssl_locl.h401 unsigned long algorithm_mkey; /* key exchange algorithm */ member
H A Dssl_lib.c1518 alg_k = cipher->algorithm_mkey; in ssl_has_ecc_ciphers()
2250 alg_k = s->s3->hs.cipher->algorithm_mkey; in ssl_using_ecc_cipher()