Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h32 #define OSSL_BE32TOH(x) _byteswap_ulong(x) macro
48 #define OSSL_BE32TOH(x) be32toh(x) macro
68 #define OSSL_BE32TOH(x) be32toh(x) macro
83 #define OSSL_BE32TOH(x) OSSwapBigToHostInt32(x) macro
263 *val = OSSL_BE32TOH(t); in OPENSSL_load_u32_be()
330 #undef OSSL_BE32TOH