Lines Matching refs:MBEDTLS_BSWAP64
183 #define MBEDTLS_BSWAP64 __builtin_bswap64
197 #if __has_builtin(__builtin_bswap64) && !defined(MBEDTLS_BSWAP64)
198 #define MBEDTLS_BSWAP64 __builtin_bswap64
212 #if !defined(MBEDTLS_BSWAP64)
213 #define MBEDTLS_BSWAP64 _byteswap_uint64
231 #define MBEDTLS_BSWAP64 __revll
262 #if !defined(MBEDTLS_BSWAP64)
275 #define MBEDTLS_BSWAP64 mbedtls_bswap64
276 #endif /* !defined(MBEDTLS_BSWAP64) */
521 : MBEDTLS_BSWAP64(mbedtls_get_unaligned_uint64((data) + (offset))) \
541 mbedtls_put_unaligned_uint64((data) + (offset), MBEDTLS_BSWAP64((uint64_t) (n))); \
556 ? MBEDTLS_BSWAP64(mbedtls_get_unaligned_uint64((data) + (offset))) \
573 mbedtls_put_unaligned_uint64((data) + (offset), MBEDTLS_BSWAP64((uint64_t) (n))); \