netxduo
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_counter
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_counter
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_counter field
Syntax
Show:
Summary
Declaration
from
nx_crypto_gcm.h:81
UCHAR
nx_crypto_gcm_counter
[
NX_CRYPTO_GCM_BLOCK_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
nx_crypto_gcm_counter
[
NX_CRYPTO_GCM_BLOCK_SIZE
]
;
nx_crypto_gcm.h:81
UCHAR
*
counter
=
gcm_metadata
->
nx_crypto_gcm_counter
;
nx_crypto_gcm.c:466
_nx_crypto_gcm_encrypt_init()
UCHAR
*
counter
=
gcm_metadata
->
nx_crypto_gcm_counter
;
nx_crypto_gcm.c:579
_nx_crypto_gcm_encrypt_update()
UCHAR
*
counter
=
gcm_metadata
->
nx_crypto_gcm_counter
;
nx_crypto_gcm.c:748
_nx_crypto_gcm_decrypt_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_counter
is read by 3 functions:
All items filtered out
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_counter
_nx_crypto_gcm_encrypt_init()
_nx_crypto_gcm_encrypt_update()
_nx_crypto_gcm_decrypt_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