Home
last modified time | relevance | path

Searched defs: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