Home
last modified time | relevance | path

Searched refs:MBEDTLS_BSWAP32 (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dalignment.h285 #define MBEDTLS_BSWAP32 __builtin_bswap32 macro
297 #if __has_builtin(__builtin_bswap32) && !defined(MBEDTLS_BSWAP32)
298 #define MBEDTLS_BSWAP32 __builtin_bswap32 macro
312 #if !defined(MBEDTLS_BSWAP32)
313 #define MBEDTLS_BSWAP32 _byteswap_ulong macro
321 #if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 410000) && !defined(MBEDTLS_BSWAP32)
325 #define MBEDTLS_BSWAP32 __rev macro
333 #define MBEDTLS_BSWAP32 __rev macro
353 #if !defined(MBEDTLS_BSWAP32)
362 #define MBEDTLS_BSWAP32 mbedtls_bswap32 macro
[all …]
H A Daria.c84 #define ARIA_P3(x) MBEDTLS_BSWAP32(x)
H A Dbignum_core.c75 return (mbedtls_mpi_uint) MBEDTLS_BSWAP32(a); in mpi_bigendian_to_host()