Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/corecrypto/
H A Dcc_internal.h214 #define CC_ROL(x, n) _lrotl(x,n) macro
222 CC_ROL(uint32_t word, int i) in CC_ROL() function
262 CC_ROL(uint32_t word, int i) in CC_ROL() function
273 #define CC_ROLc(x, y) CC_ROL(x, y)