mbedTLS
MBEDTLS_MAYBE_UNUSED
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_MAYBE_UNUSED
MBEDTLS_MAYBE_UNUSED macro
Syntax
Show:
Summary
Declaration
from
common.h:413
# define
MBEDTLS_MAYBE_UNUSED
__attribute__
(
(
unused
)
)
Examples
References
from
examples
Code
Location
# define
MBEDTLS_MAYBE_UNUSED
__attribute__
(
(
unused
)
)
common.h:413
MBEDTLS_MAYBE_UNUSED
static
const
unsigned
char
FSb
[
256
]
=
aes.c:78
MBEDTLS_MAYBE_UNUSED
static
const
uint32_t
FT0
[
256
]
=
{
FT
}
;
aes.c:185
MBEDTLS_MAYBE_UNUSED
static
const
uint32_t
FT1
[
256
]
=
{
FT
}
;
aes.c:189
MBEDTLS_MAYBE_UNUSED
static
const
uint32_t
FT2
[
256
]
=
{
FT
}
;
aes.c:193
MBEDTLS_MAYBE_UNUSED
static
const
uint32_t
FT3
[
256
]
=
{
FT
}
;
aes.c:197
MBEDTLS_MAYBE_UNUSED
static
const
unsigned
char
RSb
[
256
]
=
aes.c:205
MBEDTLS_MAYBE_UNUSED
static
const
uint32_t
RT0
[
256
]
=
{
RT
}
;
aes.c:313
MBEDTLS_MAYBE_UNUSED
static
const
uint32_t
RT1
[
256
]
=
{
RT
}
;
aes.c:317
MBEDTLS_MAYBE_UNUSED
static
const
uint32_t
RT2
[
256
]
=
{
RT
}
;
aes.c:321
MBEDTLS_MAYBE_UNUSED
static
const
uint32_t
RT3
[
256
]
=
{
RT
}
;
aes.c:325
MBEDTLS_MAYBE_UNUSED
static
const
uint32_t
round_constants
[
10
]
=
aes.c:333
MBEDTLS_MAYBE_UNUSED
static
unsigned
mbedtls_aes_rk_offset
(
uint32_t
*
buf
)
aes.c:535
MBEDTLS_MAYBE_UNUSED
static
void
aes_maybe_realign
(
mbedtls_aes_context
*
ctx
)
aes.c:1010
#if
!
defined
(
MBEDTLS_MAYBE_UNUSED
)
&&
defined
(
__GNUC__
)
common.h:416
#if
!
defined
(
MBEDTLS_MAYBE_UNUSED
)
&&
defined
(
__IAR_SYSTEMS_ICC__
)
&&
defined
(
__VER__
)
common.h:419
#if
!
defined
(
MBEDTLS_MAYBE_UNUSED
)
&&
defined
(
_MSC_VER
)
common.h:430
#if
!
defined
(
MBEDTLS_MAYBE_UNUSED
)
common.h:433
MBEDTLS_MAYBE_UNUSED
ecp.c:1077
MBEDTLS_MAYBE_UNUSED
ecp.c:1111
MBEDTLS_MAYBE_UNUSED
ecp.c:1125
MBEDTLS_MAYBE_UNUSED
ecp.c:1142
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