Searched refs:ecb_rotr32 (Results 1 – 1 of 1) sorted by relevance
1071 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);1080 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32() function