Searched refs:OSSL_HTOLE64 (Results 1 – 1 of 1) sorted by relevance
36 #define OSSL_HTOLE64(x) (x) macro52 #define OSSL_HTOLE64(x) htole64(x) macro72 #define OSSL_HTOLE64(x) htole64(x) macro87 #define OSSL_HTOLE64(x) OSSwapHostToLittleInt64(x) macro161 #ifdef OSSL_HTOLE64 in OPENSSL_store_u64_le()162 uint64_t t = OSSL_HTOLE64(val); in OPENSSL_store_u64_le()182 #ifdef OSSL_HTOLE64 in OPENSSL_store_u64_be()334 #undef OSSL_HTOLE64