Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h237 #define CC_ROL(x,n) _lrotl(x,n) macro
244 CC_INLINE uint32_t CC_ROL(uint32_t word, int i) in CC_ROL() function
282 CC_INLINE uint32_t CC_ROL(uint32_t word, int i) in CC_ROL() function
292 #define CC_ROLc(x, y) CC_ROL(x, y)