Home
last modified time | relevance | path

Searched refs: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
308 *val = OSSL_BE64TOH(t); in OPENSSL_load_u64_be()
331 #undef OSSL_BE64TOH