Home
last modified time | relevance | path

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

/xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h238 #define CC_RORc(x,n) _lrotr(x,n) macro
270 #define CC_RORc(word, i) \ macro
293 #define CC_RORc(x, y) CC_ROR(x, y) macro