Searched refs:ecb_rotr8 (Results 1 – 1 of 1) sorted by relevance
1067 ecb_inline ecb_const uint8_t ecb_rotr8 (uint8_t x, unsigned int count);1076 ecb_inline ecb_const uint8_t ecb_rotr8 (uint8_t x, unsigned int count) { return (x << ( 8 - coun… in ecb_rotr8() function