Lines Matching refs:CIPHER_ORDER
154 } CIPHER_ORDER; typedef
609 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail()
610 CIPHER_ORDER **tail) in ll_append_tail()
626 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head()
627 CIPHER_ORDER **tail) in ll_append_head()
649 CIPHER_ORDER *co_list, in ssl_cipher_collect_ciphers()
650 CIPHER_ORDER **head_p, in ssl_cipher_collect_ciphers()
651 CIPHER_ORDER **tail_p) in ssl_cipher_collect_ciphers()
719 CIPHER_ORDER *head) in ssl_cipher_collect_aliases()
721 CIPHER_ORDER *ciph_curr; in ssl_cipher_collect_aliases()
779 int32_t strength_bits, CIPHER_ORDER **head_p, in ssl_cipher_apply_rule()
780 CIPHER_ORDER **tail_p) in ssl_cipher_apply_rule()
782 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule()
918 static int ssl_cipher_strength_sort(CIPHER_ORDER **head_p, in ssl_cipher_strength_sort()
919 CIPHER_ORDER **tail_p) in ssl_cipher_strength_sort()
923 CIPHER_ORDER *curr; in ssl_cipher_strength_sort()
965 CIPHER_ORDER **head_p, in ssl_cipher_process_rulestr()
966 CIPHER_ORDER **tail_p, in ssl_cipher_process_rulestr()
1434 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; in STACK_OF()