Home
last modified time | relevance | path

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

/src/crypto/openssl/include/openssl/
H A Dbyteorder.h35 #define OSSL_HTOLE32(x) (x) macro
51 #define OSSL_HTOLE32(x) htole32(x) macro
71 #define OSSL_HTOLE32(x) htole32(x) macro
86 #define OSSL_HTOLE32(x) OSSwapHostToLittleInt32(x) macro
127 #ifdef OSSL_HTOLE32 in OPENSSL_store_u32_le()
128 uint32_t t = OSSL_HTOLE32(val); in OPENSSL_store_u32_le()
333 #undef OSSL_HTOLE32