Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h34 #define OSSL_HTOLE16(x) (x) macro
50 #define OSSL_HTOLE16(x) htole16(x) macro
70 #define OSSL_HTOLE16(x) htole16(x) macro
85 #define OSSL_HTOLE16(x) OSSwapHostToLittleInt16(x) macro
97 #ifdef OSSL_HTOLE16 in OPENSSL_store_u16_le()
98 uint16_t t = OSSL_HTOLE16(val); in OPENSSL_store_u16_le()
332 #undef OSSL_HTOLE16