Home
last modified time | relevance | path

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

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