Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/corecrypto/
H A Dcc_internal.h213 #define CC_ROR(x, n) _lrotr(x,n) macro
231 CC_ROR(uint32_t word, int i) in CC_ROR() function
268 CC_ROR(uint32_t word, int i) in CC_ROR() function
274 #define CC_RORc(x, y) CC_ROR(x, y)