ESP-IDF
Nr
is only used within ESP-IDF.
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
ESP-IDF
Nr
Nr macro
Syntax
Show:
Summary
Declaration
from
aes.h:60
#define
Nr
(
10
)
Examples
References
from
examples
Code
Location
#define
Nr
(
10
)
/* number of rounds */
aes.h:60
#define
Nr
(
10
)
/* number of rounds */
aes.h:60
unsigned
int
words
[
Nb
*
(
Nr
+
1
)
]
;
aes.h:65
unsigned
int
words
[
Nb
*
(
Nr
+
1
)
]
;
aes.h:65
add_round_key
(
state
,
s
->
words
+
Nb
*
Nr
)
;
aes_decrypt.c:144
for
(
i
=
Nr
-
1
;
i
>
0
;
--
i
)
{
aes_decrypt.c:146
add_round_key
(
state
,
s
->
words
+
Nb
*
Nr
)
;
aes_decrypt.c:144
for
(
i
=
Nr
-
1
;
i
>
0
;
--
i
)
{
aes_decrypt.c:146
for
(
;
i
<
(
Nb
*
(
Nr
+
1
)
)
;
++
i
)
{
aes_encrypt.c:90
for
(
i
=
0
;
i
<
(
Nr
-
1
)
;
++
i
)
{
aes_encrypt.c:174
for
(
;
i
<
(
Nb
*
(
Nr
+
1
)
)
;
++
i
)
{
aes_encrypt.c:90
for
(
i
=
0
;
i
<
(
Nr
-
1
)
;
++
i
)
{
aes_encrypt.c:174
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