Searched refs:ecb_rotr16 (Results 1 – 1 of 1) sorted by relevance
1069 ecb_inline ecb_const uint16_t ecb_rotr16 (uint16_t x, unsigned int count);1078 ecb_inline ecb_const uint16_t ecb_rotr16 (uint16_t x, unsigned int count) { return (x << (16 - coun… in ecb_rotr16() function