Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dalignment.h136 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro
150 #if __has_builtin(__builtin_bswap64) && !defined(MBEDTLS_BSWAP64)
151 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro
165 #if !defined(MBEDTLS_BSWAP64)
166 #define MBEDTLS_BSWAP64 _byteswap_uint64 macro
205 #if !defined(MBEDTLS_BSWAP64)
218 #define MBEDTLS_BSWAP64 mbedtls_bswap64 macro
449 : 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 …]
Dbignum_core.c77 return (mbedtls_mpi_uint) MBEDTLS_BSWAP64(a); in mpi_bigendian_to_host()
/mbedtls-3.6.0/tests/suites/
Dtest_suite_alignment.function121 r = MBEDTLS_BSWAP64(input);
151 r = MBEDTLS_BSWAP64(r);