Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/corecrypto/
H A Dcc_internal.h291 CC_ROR64(uint64_t word, int i) in CC_ROR64() function
330 CC_ROR64(uint64_t word, int i) in CC_ROR64() function
336 #define CC_ROR64c(x, y) CC_ROR64(x, y)