Searched refs:CC_H2BE32 (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h45 CC_H2BE32 : convert a 32 bits value between host and big endian order.
346 #define CC_H2BE32(x) CC_BSWAP(x) macro
350 #define CC_H2BE32(x) (x) macro

Completed in 8 milliseconds