mbedTLS
last4
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
last4
last4 variable
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.c:195
static
const
uint32_t
last4
[
16
]
=
{
0x00000000
,
0x1c200000
,
0x38400000
,
0x24600000
,
0x70800000
,
0x6ca00000
,
0x48c00000
,
0x54e00000
,
0xe1000000
,
0xfd200000
,
0xd9400000
,
0xc5600000
,
0x91800000
,
0x8da00000
,
0xa9c00000
,
0xb5e00000
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
uint32_t
last4
[
16
]
=
{
esp_aes_gcm.c:195
zh
^=
(
uint64_t
)
last4
[
rem
]
<
<
32
;
esp_aes_gcm.c:222
gcm_mult()
zh
^=
(
uint64_t
)
last4
[
rem
]
<
<
32
;
esp_aes_gcm.c:233
gcm_mult()
zh
^=
(
uint64_t
)
last4
[
rem
]
<
<
32
;
esp_aes_gcm.c:240
gcm_mult()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
last4
is read by 1 function:
All items filtered out
last4
gcm_mult()
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