Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h34 # define OSSL_HTOLE16(x) (x) macro
50 # define OSSL_HTOLE16(x) htole16(x) macro
70 # define OSSL_HTOLE16(x) htole16(x) macro
85 # define OSSL_HTOLE16(x) OSSwapHostToLittleInt16(x) macro