ESP-IDF
TC_AES_KEY_SIZE
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
TC_AES_KEY_SIZE
TC_AES_KEY_SIZE macro
Syntax
Show:
Summary
Declaration
from
aes.h:62
#define
TC_AES_KEY_SIZE
(
Nb
*
Nk
)
Examples
References
from
examples
Code
Location
#define
TC_AES_KEY_SIZE
(
Nb
*
Nk
)
aes.h:62
#define
TC_AES_KEY_SIZE
(
Nb
*
Nk
)
aes.h:62
uint8_t
temp
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
;
ctr_prng.c:78
memcpy
(
ctx
->
V
,
&
(
temp
[
TC_AES_KEY_SIZE
]
)
,
TC_AES_BLOCK_SIZE
)
;
ctr_prng.c:113
uint8_t
personalization_buf
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
=
{
0U
}
;
ctr_prng.c:125
uint8_t
seed_material
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
;
ctr_prng.c:126
uint8_t
additional_input_buf
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
=
{
0U
}
;
ctr_prng.c:172
uint8_t
seed_material
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
;
ctr_prng.c:173
unsigned
int
seedlen
=
(
unsigned
int
)
TC_AES_KEY_SIZE
+
(
unsigned
int
)
TC_AES_BLOCK_SIZE
;
ctr_prng.c:186
uint8_t
additional_input_buf
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
=
{
0U
}
;
ctr_prng.c:224
uint8_t
temp
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
;
ctr_prng.c:78
memcpy
(
ctx
->
V
,
&
(
temp
[
TC_AES_KEY_SIZE
]
)
,
TC_AES_BLOCK_SIZE
)
;
ctr_prng.c:113
uint8_t
personalization_buf
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
=
{
0U
}
;
ctr_prng.c:125
uint8_t
seed_material
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
;
ctr_prng.c:126
uint8_t
additional_input_buf
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
=
{
0U
}
;
ctr_prng.c:172
uint8_t
seed_material
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
;
ctr_prng.c:173
unsigned
int
seedlen
=
(
unsigned
int
)
TC_AES_KEY_SIZE
+
(
unsigned
int
)
TC_AES_BLOCK_SIZE
;
ctr_prng.c:186
uint8_t
additional_input_buf
[
TC_AES_KEY_SIZE
+
TC_AES_BLOCK_SIZE
]
=
{
0U
}
;
ctr_prng.c:224
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