Home
last modified time | relevance | path

Searched refs:pref_cipher (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c2011 const SSL_CIPHER *pref_cipher = NULL; in tls_early_post_process_client_hello() local
2021 &pref_cipher, in tls_early_post_process_client_hello()
2032 if (pref_cipher == NULL) in tls_early_post_process_client_hello()
2033 pref_cipher = ssl3_choose_cipher(s, s->peer_ciphers, in tls_early_post_process_client_hello()
2035 if (pref_cipher == NULL) { in tls_early_post_process_client_hello()
2040 s->session->cipher = pref_cipher; in tls_early_post_process_client_hello()
H A Dstatem_clnt.c1631 const SSL_CIPHER *pref_cipher = NULL; in tls_process_server_hello() local
1641 NULL, &pref_cipher, in tls_process_server_hello()
1645 … s->session->cipher = pref_cipher ? pref_cipher : ssl_get_cipher_by_char(s, cipherchars, 0); in tls_process_server_hello()