mbedTLS
mbedtls_gcm_context::mode
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
STM32 Libraries and Samples
mbedTLS
mbedtls_gcm_context::mode
mbedtls_gcm_context::mode field
The operation to perform: #MBEDTLS_GCM_ENCRYPT or #MBEDTLS_GCM_DECRYPT.
Syntax
Show:
Summary
Declaration
from
gcm.h:75
int
mode
;
Examples
References
from
examples
Code
Location
Referrer
int
mode
;
/*!< The operation to perform:
gcm.h:75
ctx
->
mode
=
mode
;
gcm.c:305
mbedtls_gcm_starts()
if
(
ctx
->
mode
==
MBEDTLS_GCM_DECRYPT
)
gcm.c:409
mbedtls_gcm_update()
if
(
ctx
->
mode
==
MBEDTLS_GCM_ENCRYPT
)
gcm.c:412
mbedtls_gcm_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_gcm_context::mode
is written by 1 function and is read by 1 function:
mbedtls_gcm_starts()
All items filtered out
mbedtls_gcm_context::mode
mbedtls_gcm_update()
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