Searched refs:ecb_rotl8 (Results 1 – 1 of 1) sorted by relevance
1066 ecb_inline ecb_const uint8_t ecb_rotl8 (uint8_t x, unsigned int count);1075 ecb_inline ecb_const uint8_t ecb_rotl8 (uint8_t x, unsigned int count) { return (x >> ( 8 - coun… in ecb_rotl8() function