Home
last modified time | relevance | path

Searched defs:CC_RORc (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/osfmk/corecrypto/
H A Dcc_internal.h215 #define CC_RORc(x, n) _lrotr(x,n) macro
249 #define CC_RORc(word, i) \ macro
274 #define CC_RORc(x, y) CC_ROR(x, y) macro