Home
last modified time | relevance | path

Searched refs:MBEDTLS_BSWAP64 (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/library/
H A Dalignment.h183 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro
197 #if __has_builtin(__builtin_bswap64) && !defined(MBEDTLS_BSWAP64)
198 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro
212 #if !defined(MBEDTLS_BSWAP64)
213 #define MBEDTLS_BSWAP64 _byteswap_uint64 macro
231 #define MBEDTLS_BSWAP64 __revll macro
262 #if !defined(MBEDTLS_BSWAP64)
275 #define MBEDTLS_BSWAP64 mbedtls_bswap64 macro
276 #endif /* !defined(MBEDTLS_BSWAP64) */
521 : MBEDTLS_BSWAP64(mbedtls_get_unaligned_uint6
[all...]
H A Dbignum_core.c77 return (mbedtls_mpi_uint) MBEDTLS_BSWAP64(a); in mpi_bigendian_to_host()

Completed in 3 milliseconds