Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher_list

1353 		STACK_OF(SSL_CIPHER) **cipher_list,
1367 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL)
1522 if (*cipher_list != NULL)
1523 sk_SSL_CIPHER_free(*cipher_list);
1524 *cipher_list = cipherstack;