Home | History | Annotate | Download | only in vtls

Lines Matching refs:cipher_list

207                              char *cipher_list)
233 cipher = cipher_list;
235 while(cipher_list && (cipher_list[0])) {
239 if((cipher_list = strchr(cipher, ','))) {
240 *cipher_list++ = '\0';
258 if(cipher_list) {
259 cipher = cipher_list;
1634 if(data->set.ssl.cipher_list) {
1635 if(set_ciphers(data, model, data->set.ssl.cipher_list) != SECSuccess) {