Searched refs:OSSL_BE32TOH (Results 1 – 1 of 1) sorted by relevance
32 #define OSSL_BE32TOH(x) _byteswap_ulong(x) macro48 #define OSSL_BE32TOH(x) be32toh(x) macro68 #define OSSL_BE32TOH(x) be32toh(x) macro83 #define OSSL_BE32TOH(x) OSSwapBigToHostInt32(x) macro263 *val = OSSL_BE32TOH(t); in OPENSSL_load_u32_be()330 #undef OSSL_BE32TOH