netxduo
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_additional_data_len
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_additional_data_len
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_additional_data_len field
Syntax
Show:
Summary
Declaration
from
nx_crypto_gcm.h:87
UINT
nx_crypto_gcm_additional_data_len
;
Examples
References
from
examples
Code
Location
Referrer
UINT
nx_crypto_gcm_additional_data_len
;
nx_crypto_gcm.h:87
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data_len
>
0
&&
nx_crypto_aes.c:2573
_nx_crypto_method_aes_gcm_operation()
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data_len
,
nx_crypto_aes.c:2592
_nx_crypto_method_aes_gcm_operation()
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data_len
>
0
&&
nx_crypto_aes.c:2619
_nx_crypto_method_aes_gcm_operation()
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data_len
,
nx_crypto_aes.c:2637
_nx_crypto_method_aes_gcm_operation()
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data_len
=
input_length_in_byte
;
nx_crypto_aes.c:2744
_nx_crypto_method_aes_gcm_operation()
gcm_metadata
->
nx_crypto_gcm_additional_data_len
=
additional_len
;
nx_crypto_gcm.c:516
_nx_crypto_gcm_encrypt_init()
UINT
additional_len
=
gcm_metadata
->
nx_crypto_gcm_additional_data_len
;
nx_crypto_gcm.c:652
_nx_crypto_gcm_encrypt_calculate()
UINT
additional_len
=
gcm_metadata
->
nx_crypto_gcm_additional_data_len
;
nx_crypto_gcm.c:820
_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_additional_data_len
is written by 2 functions and is read by 3 functions:
_nx_crypto_method_aes_gcm_operation()
_nx_crypto_gcm_encrypt_init()
All items filtered out
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_additional_data_len
_nx_crypto_method_aes_gcm_operation()
_nx_crypto_gcm_encrypt_calculate()
_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