Searched refs:OSSL_HTOLE32 (Results 1 – 1 of 1) sorted by relevance
35 #define OSSL_HTOLE32(x) (x) macro51 #define OSSL_HTOLE32(x) htole32(x) macro71 #define OSSL_HTOLE32(x) htole32(x) macro86 #define OSSL_HTOLE32(x) OSSwapHostToLittleInt32(x) macro127 #ifdef OSSL_HTOLE32 in OPENSSL_store_u32_le()128 uint32_t t = OSSL_HTOLE32(val); in OPENSSL_store_u32_le()333 #undef OSSL_HTOLE32