mbedTLS
round_constants
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
round_constants
round_constants variable
Syntax
Show:
Summary
Declaration
from
aes.c:333
MBEDTLS_MAYBE_UNUSED
static
const
uint32_t
round_constants
[
10
]
=
{
0x00000001
,
0x00000002
,
0x00000004
,
0x00000008
,
0x00000010
,
0x00000020
,
0x00000040
,
0x00000080
,
0x0000001B
,
0x00000036
}
;
Examples
References
from
examples
Code
Location
Referrer
MBEDTLS_MAYBE_UNUSED
static
const
uint32_t
round_constants
[
10
]
=
aes.c:333
RK
[
4
]
=
RK
[
0
]
^
round_constants
[
i
]
^
aes.c:621
mbedtls_aes_setkey_enc()
RK
[
6
]
=
RK
[
0
]
^
round_constants
[
i
]
^
aes.c:637
mbedtls_aes_setkey_enc()
RK
[
8
]
=
RK
[
0
]
^
round_constants
[
i
]
^
aes.c:654
mbedtls_aes_setkey_enc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
round_constants
is read by 1 function:
All items filtered out
round_constants
mbedtls_aes_setkey_enc()
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