Searched refs:OSSL_HTOLE16 (Results 1 – 1 of 1) sorted by relevance
34 #define OSSL_HTOLE16(x) (x) macro50 #define OSSL_HTOLE16(x) htole16(x) macro70 #define OSSL_HTOLE16(x) htole16(x) macro85 #define OSSL_HTOLE16(x) OSSwapHostToLittleInt16(x) macro97 #ifdef OSSL_HTOLE16 in OPENSSL_store_u16_le()98 uint16_t t = OSSL_HTOLE16(val); in OPENSSL_store_u16_le()332 #undef OSSL_HTOLE16