Searched refs:CIPHER_ORDER (Results 1 – 1 of 1) sorted by relevance
481 } CIPHER_ORDER; typedef667 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail()668 CIPHER_ORDER **tail) { in ll_append_tail()687 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head()688 CIPHER_ORDER **tail) { in ll_append_head()707 static bool ssl_cipher_collect_ciphers(Array<CIPHER_ORDER> *out_co_list, in ssl_cipher_collect_ciphers()708 CIPHER_ORDER **out_head, in ssl_cipher_collect_ciphers()709 CIPHER_ORDER **out_tail) { in ssl_cipher_collect_ciphers()710 Array<CIPHER_ORDER> co_list; in ssl_cipher_collect_ciphers()813 int strength_bits, bool in_group, CIPHER_ORDER **head_p, in ssl_cipher_apply_rule()[all …]