Home | History | Annotate | Download | only in ssl

Lines Matching refs:pref_cipher

1083 		SSL_CIPHER *pref_cipher=NULL;
1087 ciphers, &pref_cipher, s->tls_session_secret_cb_arg))
1096 pref_cipher=pref_cipher ? pref_cipher : ssl3_choose_cipher(s, s->session->ciphers, SSL_get_ciphers(s));
1097 if (pref_cipher == NULL)
1104 s->session->cipher=pref_cipher;