Home
last modified time | relevance | path

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

/mbedtls/library/
A Dalignment.h286 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro
300 #if __has_builtin(__builtin_bswap64) && !defined(MBEDTLS_BSWAP64)
301 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro
315 #if !defined(MBEDTLS_BSWAP64)
316 #define MBEDTLS_BSWAP64 _byteswap_uint64 macro
334 #define MBEDTLS_BSWAP64 __revll macro
365 #if !defined(MBEDTLS_BSWAP64)
378 #define MBEDTLS_BSWAP64 mbedtls_bswap64 macro
624 : MBEDTLS_BSWAP64(mbedtls_get_unaligned_uint64((data) + (offset))) \
644 mbedtls_put_unaligned_uint64((data) + (offset), MBEDTLS_BSWAP64((uint64_t) (n))); \
[all …]
A Dbignum_core.c77 return (mbedtls_mpi_uint) MBEDTLS_BSWAP64(a); in mpi_bigendian_to_host()
/mbedtls/tests/suites/
A Dtest_suite_alignment.function121 r = MBEDTLS_BSWAP64(input);
151 r = MBEDTLS_BSWAP64(r);

Completed in 13 milliseconds