Lines Matching refs:tail

610                            CIPHER_ORDER **tail)  in ll_append_tail()  argument
612 if (curr == *tail) in ll_append_tail()
620 (*tail)->next = curr; in ll_append_tail()
621 curr->prev = *tail; in ll_append_tail()
623 *tail = curr; in ll_append_tail()
627 CIPHER_ORDER **tail) in ll_append_head() argument
631 if (curr == *tail) in ll_append_head()
632 *tail = curr->prev; in ll_append_head()
782 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule() local
799 tail = *tail_p; in ssl_cipher_apply_rule()
802 next = tail; in ssl_cipher_apply_rule()
806 last = tail; in ssl_cipher_apply_rule()
870 ll_append_tail(&head, curr, &tail); in ssl_cipher_apply_rule()
878 ll_append_tail(&head, curr, &tail); in ssl_cipher_apply_rule()
888 ll_append_head(&head, curr, &tail); in ssl_cipher_apply_rule()
893 ll_append_head(&head, curr, &tail); in ssl_cipher_apply_rule()
900 if (tail == curr) in ssl_cipher_apply_rule()
901 tail = curr->prev; in ssl_cipher_apply_rule()
913 *tail_p = tail; in ssl_cipher_apply_rule()
1434 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; in STACK_OF() local
1472 disabled_mac, co_list, &head, &tail); in STACK_OF()
1484 -1, &head, &tail); in STACK_OF()
1486 &tail); in STACK_OF()
1488 &tail); in STACK_OF()
1492 &head, &tail); in STACK_OF()
1494 &head, &tail); in STACK_OF()
1502 -1, &head, &tail); in STACK_OF()
1505 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail); in STACK_OF()
1509 &tail); in STACK_OF()
1517 &tail); in STACK_OF()
1520 &tail); in STACK_OF()
1522 &tail); in STACK_OF()
1526 &tail); in STACK_OF()
1532 if (!ssl_cipher_strength_sort(&head, &tail)) { in STACK_OF()
1541 &head, &tail); in STACK_OF()
1557 &head, &tail); in STACK_OF()
1559 CIPHER_BUMP, -1, &head, &tail); in STACK_OF()
1561 CIPHER_BUMP, -1, &head, &tail); in STACK_OF()
1564 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail); in STACK_OF()
1593 &head, &tail, ca_list, c); in STACK_OF()
1600 ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list, c); in STACK_OF()