netxduo
NX_CRYPTO_GCM
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_GCM
NX_CRYPTO_GCM struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_gcm.h:71
typedef
struct
NX_CRYPTO_GCM_STRUCT
{
ULONG
nx_crypto_gcm_input_total_length
;
UCHAR
nx_crypto_gcm_hkey
[
NX_CRYPTO_GCM_BLOCK_SIZE
]
;
UCHAR
nx_crypto_gcm_j0
[
NX_CRYPTO_GCM_BLOCK_SIZE
]
;
UCHAR
nx_crypto_gcm_s
[
NX_CRYPTO_GCM_BLOCK_SIZE
]
;
UCHAR
nx_crypto_gcm_counter
[
NX_CRYPTO_GCM_BLOCK_SIZE
]
;
VOID
*
nx_crypto_gcm_additional_data
;
UINT
nx_crypto_gcm_additional_data_len
;
}
NX_CRYPTO_GCM
;
Fields
Field
Declared as
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_input_total_length
ULONG
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_hkey
UCHAR
[
NX_CRYPTO_GCM_BLOCK_SIZE
]
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_j0
UCHAR
[
NX_CRYPTO_GCM_BLOCK_SIZE
]
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_s
UCHAR
[
NX_CRYPTO_GCM_BLOCK_SIZE
]
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_counter
UCHAR
[
NX_CRYPTO_GCM_BLOCK_SIZE
]
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_additional_data
VOID
*
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_additional_data_len
UINT
Related Functions
Found 5 other functions taking a
NX_CRYPTO_GCM_STRUCT
argument:
Function
_nx_crypto_gcm_encrypt_init()
_nx_crypto_gcm_encrypt_update()
_nx_crypto_gcm_encrypt_calculate()
_nx_crypto_gcm_decrypt_update()
_nx_crypto_gcm_decrypt_calculate()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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