Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h30 # define OSSL_HTOBE64(x) _byteswap_uint64(x) macro
46 # define OSSL_HTOBE64(x) htobe64(x) macro
66 # define OSSL_HTOBE64(x) htobe64(x) macro
81 # define OSSL_HTOBE64(x) OSSwapHostToBigInt64(x) macro