Lines Matching refs:CIPHER_ORDER
163 } CIPHER_ORDER; typedef
638 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail()
639 CIPHER_ORDER **tail) in ll_append_tail()
655 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head()
656 CIPHER_ORDER **tail) in ll_append_head()
678 CIPHER_ORDER *co_list, in ssl_cipher_collect_ciphers()
679 CIPHER_ORDER **head_p, in ssl_cipher_collect_ciphers()
680 CIPHER_ORDER **tail_p) in ssl_cipher_collect_ciphers()
748 CIPHER_ORDER *head) in ssl_cipher_collect_aliases()
750 CIPHER_ORDER *ciph_curr; in ssl_cipher_collect_aliases()
808 int32_t strength_bits, CIPHER_ORDER **head_p, in ssl_cipher_apply_rule()
809 CIPHER_ORDER **tail_p) in ssl_cipher_apply_rule()
811 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule()
942 static int ssl_cipher_strength_sort(CIPHER_ORDER **head_p, in ssl_cipher_strength_sort()
943 CIPHER_ORDER **tail_p) in ssl_cipher_strength_sort()
947 CIPHER_ORDER *curr; in ssl_cipher_strength_sort()
991 CIPHER_ORDER **head_p, in ssl_cipher_process_rulestr()
992 CIPHER_ORDER **tail_p, in ssl_cipher_process_rulestr()
1446 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; in STACK_OF()