Home
last modified time | relevance | path

Searched defs:OSSL_BE16TOH (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h31 # define OSSL_BE16TOH(x) _byteswap_ushort(x) macro
47 # define OSSL_BE16TOH(x) be16toh(x) macro
67 # define OSSL_BE16TOH(x) be16toh(x) macro
82 # define OSSL_BE16TOH(x) OSSwapBigToHostInt16(x) macro