Home
last modified time | relevance | path

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

/xnu-10002.1.13/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h212 #define CC_RORc(x,n) _lrotr(x,n) macro
244 #define CC_RORc(word, i) \ macro
267 #define CC_RORc(x, y) CC_ROR(x, y) macro