Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h36 #define OSSL_HTOLE64(x) (x) macro
52 #define OSSL_HTOLE64(x) htole64(x) macro
72 #define OSSL_HTOLE64(x) htole64(x) macro
87 #define OSSL_HTOLE64(x) OSSwapHostToLittleInt64(x) macro
161 #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