Home
last modified time | relevance | path

Searched refs:CC_ROR (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h236 #define CC_ROR(x,n) _lrotr(x,n) macro
252 CC_INLINE uint32_t CC_ROR(uint32_t word, int i) in CC_ROR() function
287 CC_INLINE uint32_t CC_ROR(uint32_t word, int i) in CC_ROR() function
293 #define CC_RORc(x, y) CC_ROR(x, y)