Home
last modified time | relevance | path

Searched refs:MBEDTLS_BSWAP16 (Results 1 – 2 of 2) sorted by relevance

/mbedtls-3.7.0/library/
Dalignment.h282 #define MBEDTLS_BSWAP16 __builtin_bswap16 macro
294 #if __has_builtin(__builtin_bswap16) && !defined(MBEDTLS_BSWAP16)
295 #define MBEDTLS_BSWAP16 __builtin_bswap16 macro
309 #if !defined(MBEDTLS_BSWAP16)
310 #define MBEDTLS_BSWAP16 _byteswap_ushort macro
332 #define MBEDTLS_BSWAP16(x) ((uint16_t) __rev16((uint32_t) (x))) macro
343 #if !defined(MBEDTLS_BSWAP16)
350 #define MBEDTLS_BSWAP16 mbedtls_bswap16 macro
487 ? MBEDTLS_BSWAP16(mbedtls_get_unaligned_uint16((data) + (offset))) \
504 mbedtls_put_unaligned_uint16((data) + (offset), MBEDTLS_BSWAP16((uint16_t) (n))); \
[all …]
/mbedtls-3.7.0/tests/suites/
Dtest_suite_alignment.function115 r = MBEDTLS_BSWAP16(input);
143 r = MBEDTLS_BSWAP16(r);