Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h28 # define OSSL_HTOBE16(x) _byteswap_ushort(x) macro
44 # define OSSL_HTOBE16(x) htobe16(x) macro
64 # define OSSL_HTOBE16(x) htobe16(x) macro
79 # define OSSL_HTOBE16(x) OSSwapHostToBigInt16(x) macro