Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dssl_srvr.c1061 SSL_CIPHER *pref_cipher = NULL; in ssl3_get_client_hello() local
1066 &pref_cipher, s->tls_session_secret_cb_arg)) { in ssl3_get_client_hello()
1091 if (pref_cipher == NULL) in ssl3_get_client_hello()
1092 pref_cipher = ssl3_choose_cipher(s, s->s3->hs.client_ciphers, in ssl3_get_client_hello()
1094 if (pref_cipher == NULL) { in ssl3_get_client_hello()
1099 s->s3->hs.cipher = pref_cipher; in ssl3_get_client_hello()
H A Dssl_clnt.c929 SSL_CIPHER *pref_cipher = NULL; in ssl3_get_server_hello() local
934 &pref_cipher, s->tls_session_secret_cb_arg)) { in ssl3_get_server_hello()
949 if ((s->s3->hs.cipher = pref_cipher) == NULL) in ssl3_get_server_hello()