mbedTLS
mbedtls_gcm_context::acceleration
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::acceleration
mbedtls_gcm_context::acceleration field
Syntax
Show:
Summary
Declaration
from
gcm.h:84
unsigned
char
MBEDTLS_PRIVATE
(
acceleration
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
acceleration
)
;
/*!< The acceleration to use. */
gcm.h:84
ctx
->
acceleration
=
MBEDTLS_GCM_ACC_SMALLTABLE
;
gcm.c:89
gcm_set_acceleration()
switch
(
ctx
->
acceleration
)
{
gcm.c:147
gcm_gen_table()
switch
(
ctx
->
acceleration
)
{
gcm.c:376
gcm_mult()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_gcm_context::acceleration
is written by 1 function and is read by 2 functions:
gcm_set_acceleration()
All items filtered out
mbedtls_gcm_context::acceleration
gcm_gen_table()
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