Home
last modified time | relevance | path

Searched refs: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
225 *val = OSSL_BE16TOH(t); in OPENSSL_load_u16_be()
329 #undef OSSL_BE16TOH