netxduo
_nx_crypto_gcm_encrypt_init()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/7)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_gcm_encrypt_init()
_nx_crypto_gcm_encrypt_init() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_gcm.h:90
UINT
_nx_crypto_gcm_encrypt_init
(
VOID
*
crypto_metadata
,
NX_CRYPTO_GCM
*
gcm_metadata
,
UINT
(
*
crypto_function
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
,
VOID
*
additional_data
,
UINT
additional_len
,
UCHAR
*
iv
,
UINT
block_size
)
;
Implemented in
nx_crypto_gcm.c:458
Arguments
Argument
crypto_metadata
gcm_metadata
crypto_function
additional_data
additional_len
iv
block_size
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_gcm_encrypt_init
(
VOID
*
crypto_metadata
,
NX_CRYPTO_GCM
*
gcm_metadata
,
nx_crypto_gcm.c:458
NX_CRYPTO_KEEP
UINT
_nx_crypto_gcm_encrypt_init
(
VOID
*
crypto_metadata
,
NX_CRYPTO_GCM
*
gcm_metadata
,
nx_crypto_gcm.h:90
status
=
_nx_crypto_gcm_decrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2589
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_encrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2634
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_decrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2669
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_encrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2707
_nx_crypto_method_aes_gcm_operation()
Call Tree
from
examples
_nx_crypto_gcm_encrypt_init()
is called by 1 function and calls 5 functions:
_nx_crypto_method_aes_gcm_operation()
All items filtered out
_nx_crypto_gcm_encrypt_init()
_nx_crypto_memset_ptr
_nx_crypto_memcpy_ptr
_nx_crypto_gcm_encrypt_init()::crypto_function
_nx_crypto_gcm_inc32()
_nx_crypto_gcm_ghash_update()
All items filtered out
Data Use
from
examples
_nx_crypto_gcm_encrypt_init()
reads 4 variables and writes 2 variables:
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_hkey
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_j0
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_s
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_counter
All items filtered out
_nx_crypto_gcm_encrypt_init()
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_input_total_length
NX_CRYPTO_GCM_STRUCT::nx_crypto_gcm_additional_data_len
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