Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h29 # define OSSL_HTOBE32(x) _byteswap_ulong(x) macro
45 # define OSSL_HTOBE32(x) htobe32(x) macro
65 # define OSSL_HTOBE32(x) htobe32(x) macro
80 # define OSSL_HTOBE32(x) OSSwapHostToBigInt32(x) macro