Searched refs:rotate_left (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ipf_rb.h | 38 rotate_left(struct _n##_rb_head *head, _t *node) \ 113 rotate_left(head, node); \ 135 rotate_left(head, parent->_f.parent); \ 156 rotate_left(head, parent); \ 181 rotate_left(head, parent); \ 207 rotate_left(head, tmp); \
|
/freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
H A D | unwrap.c | 258 rotate_left(const uint8_t *data, size_t len, size_t rc, uint8_t **storage) in rotate_left() function 316 payload = rotate_left(in->ptr, in->len, rrc, &rotated); in unwrap_v3()
|