Searched refs:ecb_rotr64 (Results 1 – 1 of 1) sorted by relevance
1073 ecb_inline ecb_const uint64_t ecb_rotr64 (uint64_t x, unsigned int count);1082 ecb_inline ecb_const uint64_t ecb_rotr64 (uint64_t x, unsigned int count) { return (x << (64 - coun… in ecb_rotr64() function