Searched refs:ecb_rotl32 (Results 1 – 1 of 1) sorted by relevance
1070 ecb_inline ecb_const uint32_t ecb_rotl32 (uint32_t x, unsigned int count);1079 ecb_inline ecb_const uint32_t ecb_rotl32 (uint32_t x, unsigned int count) { return (x >> (32 - coun… in ecb_rotl32() function