Searched refs:MBEDTLS_BSWAP64 (Results 1 – 3 of 3) sorted by relevance
136 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro150 #if __has_builtin(__builtin_bswap64) && !defined(MBEDTLS_BSWAP64)151 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro165 #if !defined(MBEDTLS_BSWAP64)166 #define MBEDTLS_BSWAP64 _byteswap_uint64 macro205 #if !defined(MBEDTLS_BSWAP64)218 #define MBEDTLS_BSWAP64 mbedtls_bswap64 macro449 : MBEDTLS_BSWAP64(mbedtls_get_unaligned_uint64((data) + (offset))) \469 mbedtls_put_unaligned_uint64((data) + (offset), MBEDTLS_BSWAP64((uint64_t) (n))); \484 ? MBEDTLS_BSWAP64(mbedtls_get_unaligned_uint64((data) + (offset))) \[all …]
77 return (mbedtls_mpi_uint) MBEDTLS_BSWAP64(a); in mpi_bigendian_to_host()
121 r = MBEDTLS_BSWAP64(input);151 r = MBEDTLS_BSWAP64(r);