Searched refs:pref_cipher (Results 1 – 2 of 2) sorted by relevance
1061 SSL_CIPHER *pref_cipher = NULL; in ssl3_get_client_hello() local1066 &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()
929 SSL_CIPHER *pref_cipher = NULL; in ssl3_get_server_hello() local934 &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()