Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h33 # define OSSL_BE64TOH(x) _byteswap_uint64(x) macro
49 # define OSSL_BE64TOH(x) be64toh(x) macro
69 # define OSSL_BE64TOH(x) be64toh(x) macro
84 # define OSSL_BE64TOH(x) OSSwapBigToHostInt64(x) macro