CIPHER_ORDER
CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr;
co_list = reallocarray(NULL, num_of_ciphers, sizeof(CIPHER_ORDER));
ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr,
CIPHER_ORDER **tail)
ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr,
CIPHER_ORDER **tail)
unsigned long disabled_ssl, CIPHER_ORDER *co_list,
CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
unsigned long disabled_ssl, CIPHER_ORDER *head)
CIPHER_ORDER *ciph_curr;
int strength_bits, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
CIPHER_ORDER *head, *tail, *curr, *next, *last;
ssl_cipher_strength_sort(CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
CIPHER_ORDER *curr;
ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER **head_p,
CIPHER_ORDER **tail_p, const SSL_CIPHER **ca_list, SSL_CERT *cert,