Home
last modified time | relevance | path

Searched defs: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