Home
last modified time | relevance | path

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

/freebsd/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