mbedTLS
esp_gcm_context::aes_ctx
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
esp_gcm_context::aes_ctx
esp_gcm_context::aes_ctx field
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.h:42
esp_aes_context
aes_ctx
;
Examples
References
from
examples
Code
Location
Referrer
esp_aes_context
aes_ctx
;
esp_aes_gcm.h:42
ctx
->
aes_ctx
.
key_bytes
=
keybits
/
8
;
esp_aes_gcm.c:290
esp_aes_gcm_setkey()
memcpy
(
ctx
->
aes_ctx
.
key
,
key
,
ctx
->
aes_ctx
.
key_bytes
)
;
esp_aes_gcm.c:292
esp_aes_gcm_setkey()
int
ret
=
esp_aes_crypt_ecb
(
&
ctx
->
aes_ctx
,
MBEDTLS_AES_ENCRYPT
,
ctx
->
H
,
ctx
->
H
)
;
esp_aes_gcm.c:424
esp_aes_gcm_starts()
int
ret
=
esp_aes_crypt_ctr
(
&
ctx
->
aes_ctx
,
input_length
,
&
nc_off
,
nonce_counter
,
stream
,
input
,
output
)
;
esp_aes_gcm.c:543
esp_aes_gcm_update()
return
esp_aes_crypt_ctr
(
&
ctx
->
aes_ctx
,
tag_len
,
&
nc_off
,
ctx
->
ori_j0
,
stream
,
ctx
->
ghash
,
tag
)
;
esp_aes_gcm.c:587
esp_aes_gcm_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gcm_context::aes_ctx
is read by 1 function:
All items filtered out
esp_gcm_context::aes_ctx
esp_aes_gcm_setkey()
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