Lines Matching refs:tail

639                            CIPHER_ORDER **tail)  in ll_append_tail()  argument
641 if (curr == *tail) in ll_append_tail()
649 (*tail)->next = curr; in ll_append_tail()
650 curr->prev = *tail; in ll_append_tail()
652 *tail = curr; in ll_append_tail()
656 CIPHER_ORDER **tail) in ll_append_head() argument
660 if (curr == *tail) in ll_append_head()
661 *tail = curr->prev; in ll_append_head()
811 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule() local
827 tail = *tail_p; in ssl_cipher_apply_rule()
830 next = tail; in ssl_cipher_apply_rule()
834 last = tail; in ssl_cipher_apply_rule()
894 ll_append_tail(&head, curr, &tail); in ssl_cipher_apply_rule()
902 ll_append_tail(&head, curr, &tail); in ssl_cipher_apply_rule()
912 ll_append_head(&head, curr, &tail); in ssl_cipher_apply_rule()
917 ll_append_head(&head, curr, &tail); in ssl_cipher_apply_rule()
924 if (tail == curr) in ssl_cipher_apply_rule()
925 tail = curr->prev; in ssl_cipher_apply_rule()
937 *tail_p = tail; in ssl_cipher_apply_rule()
1446 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; in STACK_OF() local
1484 disabled_mac, co_list, &head, &tail); in STACK_OF()
1496 -1, &head, &tail); in STACK_OF()
1498 &tail); in STACK_OF()
1500 &tail); in STACK_OF()
1504 &head, &tail); in STACK_OF()
1506 &head, &tail); in STACK_OF()
1514 -1, &head, &tail); in STACK_OF()
1517 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail); in STACK_OF()
1521 &tail); in STACK_OF()
1529 &tail); in STACK_OF()
1532 &tail); in STACK_OF()
1534 &tail); in STACK_OF()
1538 &tail); in STACK_OF()
1544 if (!ssl_cipher_strength_sort(&head, &tail)) { in STACK_OF()
1553 &head, &tail); in STACK_OF()
1569 &head, &tail); in STACK_OF()
1571 CIPHER_BUMP, -1, &head, &tail); in STACK_OF()
1573 CIPHER_BUMP, -1, &head, &tail); in STACK_OF()
1576 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail); in STACK_OF()
1606 &head, &tail, ca_list, c); in STACK_OF()
1613 ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list, c); in STACK_OF()