mbedTLS
MBEDTLS_BSWAP32
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_BSWAP32
MBEDTLS_BSWAP32 macro
Syntax
Show:
Summary
Declaration
from
alignment.h:285
#define
MBEDTLS_BSWAP32
__builtin_bswap32
Examples
References
from
examples
Code
Location
#define
MBEDTLS_BSWAP32
__builtin_bswap32
alignment.h:285
#if
__has_builtin
(
__builtin_bswap32
)
&&
!
defined
(
MBEDTLS_BSWAP32
)
alignment.h:297
#if
defined
(
__ARMCC_VERSION
)
&&
(
__ARMCC_VERSION
>=
410000
)
&&
!
defined
(
MBEDTLS_BSWAP32
)
alignment.h:321
#if
!
defined
(
MBEDTLS_BSWAP32
)
alignment.h:353
:
MBEDTLS_BSWAP32
(
mbedtls_get_unaligned_uint32
(
(
data
)
+
(
offset
)
)
)
\
alignment.h:415
mbedtls_put_unaligned_uint32
(
(
data
)
+
(
offset
)
,
MBEDTLS_BSWAP32
(
(
uint32_t
)
(
n
)
)
)
;
\
alignment.h:435
?
MBEDTLS_BSWAP32
(
mbedtls_get_unaligned_uint32
(
(
data
)
+
(
offset
)
)
)
\
alignment.h:450
mbedtls_put_unaligned_uint32
(
(
data
)
+
(
offset
)
,
MBEDTLS_BSWAP32
(
(
uint32_t
)
(
n
)
)
)
;
\
alignment.h:468
#define
ARIA_P3
(
x
)
MBEDTLS_BSWAP32
(
x
)
aria.c:84
return
(
mbedtls_mpi_uint
)
MBEDTLS_BSWAP32
(
a
)
;
bignum_core.c:75
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out