Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dalignment.h126 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro
140 #if __has_builtin(__builtin_bswap64) && !defined(MBEDTLS_BSWAP64)
141 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro
155 #if !defined(MBEDTLS_BSWAP64)
156 #define MBEDTLS_BSWAP64 _byteswap_uint64 macro
192 #if !defined(MBEDTLS_BSWAP64)
205 #define MBEDTLS_BSWAP64 mbedtls_bswap64 macro
436 : MBEDTLS_BSWAP64(mbedtls_get_unaligned_uint64((data) + (offset))) \
456 mbedtls_put_unaligned_uint64((data) + (offset), MBEDTLS_BSWAP64((uint64_t) (n))); \
471 ? MBEDTLS_BSWAP64(mbedtls_get_unaligned_uint64((data) + (offset))) \
[all …]
Dbignum_core.c97 return (mbedtls_mpi_uint) MBEDTLS_BSWAP64((uint64_t) a); in mpi_bigendian_to_host()
/third_party/mbedtls/tests/suites/
Dtest_suite_alignment.function139 r = MBEDTLS_BSWAP64(input);
169 r = MBEDTLS_BSWAP64(r);