mbedTLS
mbedtls_gcm_context_soft::base_ectr
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
mbedtls_gcm_context_soft::base_ectr
mbedtls_gcm_context_soft::base_ectr field
The first ECTR for tag.
Syntax
Show:
Summary
Declaration
from
gcm.h:78
unsigned
char
MBEDTLS_PRIVATE
(
base_ectr
)
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
base_ectr
)
[
16
]
;
/*!< The first ECTR for tag. */
gcm.h:78
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
y
,
16
,
ctx
->
base_ectr
,
&
olen
)
;
gcm.c:467
mbedtls_gcm_starts_soft()
memcpy
(
tag
,
ctx
->
base_ectr
,
tag_len
)
;
gcm.c:709
mbedtls_gcm_finish_soft()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_gcm_context_soft::base_ectr
is read by 2 functions:
All items filtered out
mbedtls_gcm_context_soft::base_ectr
mbedtls_gcm_starts_soft()
mbedtls_gcm_finish_soft()
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