Lines Matching refs:CIPHER_ORDER
557 } CIPHER_ORDER; typedef
775 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail()
776 CIPHER_ORDER **tail) { in ll_append_tail()
795 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head()
796 CIPHER_ORDER **tail) { in ll_append_head()
816 CIPHER_ORDER *co_list, in ssl_cipher_collect_ciphers()
817 CIPHER_ORDER **head_p, in ssl_cipher_collect_ciphers()
818 CIPHER_ORDER **tail_p) { in ssl_cipher_collect_ciphers()
870 int strength_bits, int in_group, CIPHER_ORDER **head_p, in ssl_cipher_apply_rule()
871 CIPHER_ORDER **tail_p) { in ssl_cipher_apply_rule()
872 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule()
986 static int ssl_cipher_strength_sort(CIPHER_ORDER **head_p, in ssl_cipher_strength_sort()
987 CIPHER_ORDER **tail_p) { in ssl_cipher_strength_sort()
989 CIPHER_ORDER *curr; in ssl_cipher_strength_sort()
1033 CIPHER_ORDER **head_p, in ssl_cipher_process_rulestr()
1034 CIPHER_ORDER **tail_p, int strict) { in ssl_cipher_process_rulestr()
1217 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; in ssl_create_cipher_list()
1230 co_list = (CIPHER_ORDER *)OPENSSL_malloc(sizeof(CIPHER_ORDER) * kCiphersLen); in ssl_create_cipher_list()