Searched refs:MBEDTLS_BSWAP32 (Results 1 – 4 of 4) sorted by relevance
285 #define MBEDTLS_BSWAP32 __builtin_bswap32 macro297 #if __has_builtin(__builtin_bswap32) && !defined(MBEDTLS_BSWAP32)298 #define MBEDTLS_BSWAP32 __builtin_bswap32 macro312 #if !defined(MBEDTLS_BSWAP32)313 #define MBEDTLS_BSWAP32 _byteswap_ulong macro321 #if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 410000) && !defined(MBEDTLS_BSWAP32)325 #define MBEDTLS_BSWAP32 __rev macro333 #define MBEDTLS_BSWAP32 __rev macro353 #if !defined(MBEDTLS_BSWAP32)362 #define MBEDTLS_BSWAP32 mbedtls_bswap32 macro[all …]
84 #define ARIA_P3(x) MBEDTLS_BSWAP32(x)
75 return (mbedtls_mpi_uint) MBEDTLS_BSWAP32(a); in mpi_bigendian_to_host()
118 r = MBEDTLS_BSWAP32(input);147 r = MBEDTLS_BSWAP32(r);