netxduo
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_input_total_length
is only used within netxduo.
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
netxduo
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_input_total_length
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_input_total_length field
Syntax
Show:
Summary
Declaration
from
nx_crypto_gcm.h:75
ULONG
nx_crypto_gcm_input_total_length
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
nx_crypto_gcm_input_total_length
;
nx_crypto_gcm.h:75
gcm_metadata
->
nx_crypto_gcm_input_total_length
=
0
;
nx_crypto_gcm.c:517
_nx_crypto_gcm_encrypt_init()
gcm_metadata
->
nx_crypto_gcm_input_total_length
+=
length
;
nx_crypto_gcm.c:593
_nx_crypto_gcm_encrypt_update()
length
=
gcm_metadata
->
nx_crypto_gcm_input_total_length
;
nx_crypto_gcm.c:662
_nx_crypto_gcm_encrypt_calculate()
gcm_metadata
->
nx_crypto_gcm_input_total_length
+=
length
;
nx_crypto_gcm.c:762
_nx_crypto_gcm_decrypt_update()
length
=
gcm_metadata
->
nx_crypto_gcm_input_total_length
;
nx_crypto_gcm.c:831
_nx_crypto_gcm_decrypt_calculate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_input_total_length
is written by 3 functions and is read by 4 functions:
_nx_crypto_gcm_encrypt_init()
_nx_crypto_gcm_encrypt_update()
_nx_crypto_gcm_decrypt_update()
All items filtered out
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_input_total_length
_nx_crypto_gcm_encrypt_update()
_nx_crypto_gcm_encrypt_calculate()
_nx_crypto_gcm_decrypt_update()
_nx_crypto_gcm_decrypt_calculate()
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