Home
last modified time | relevance | path

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

/xnu-8020.101.4/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
/xnu-8020.101.4/osfmk/corecrypto/
H A Dccsha256_ltc_compress.c64 #define S(x, n) CC_RORc(x, n)