Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/corecrypto/
H A Dcc_internal.h282 CC_ROL64(uint64_t word, int i) in CC_ROL64() function
324 CC_ROL64(uint64_t word, int i) in CC_ROL64() function
335 #define CC_ROL64c(x, y) CC_ROL64(x, y)