Home | History | Annotate | Download | only in ssl

Lines Matching refs:pref_cipher

967 		SSL_CIPHER *pref_cipher=NULL;
971 NULL, &pref_cipher,
974 s->session->cipher = pref_cipher ?
975 pref_cipher : ssl_get_cipher_by_char(s, p+j);