netxduo
_nx_crypto_ccm_encrypt_update()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_ccm_encrypt_update()
_nx_crypto_ccm_encrypt_update() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_ccm.h:88
UINT
_nx_crypto_ccm_encrypt_update
(
UINT
op
,
VOID
*
crypto_metadata
,
NX_CRYPTO_CCM
*
ccm_metadata
,
UINT
(
*
crypto_function
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
,
UCHAR
*
input
,
UCHAR
*
output
,
UINT
length
,
UINT
block_size
)
;
Implemented in
nx_crypto_ccm.c:386
Arguments
Argument
op
crypto_metadata
ccm_metadata
crypto_function
input
output
length
block_size
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_ccm_encrypt_update
(
UINT
op
,
VOID
*
crypto_metadata
,
NX_CRYPTO_CCM
*
ccm_metadata
,
nx_crypto_ccm.c:386
NX_CRYPTO_KEEP
UINT
_nx_crypto_ccm_encrypt_update
(
UINT
op
,
VOID
*
crypto_metadata
,
NX_CRYPTO_CCM
*
ccm_metadata
,
nx_crypto_ccm.h:88
status
=
_nx_crypto_ccm_decrypt_update
(
NX_CRYPTO_DECRYPT_UPDATE
,
nx_crypto_aes.c:2301
_nx_crypto_method_aes_ccm_operation()
status
=
_nx_crypto_ccm_encrypt_update
(
NX_CRYPTO_ENCRYPT_UPDATE
,
nx_crypto_aes.c:2350
_nx_crypto_method_aes_ccm_operation()
status
=
_nx_crypto_ccm_decrypt_update
(
NX_CRYPTO_DECRYPT_UPDATE
,
nx_crypto_aes.c:2402
_nx_crypto_method_aes_ccm_operation()
status
=
_nx_crypto_ccm_encrypt_update
(
NX_CRYPTO_ENCRYPT_UPDATE
,
nx_crypto_aes.c:2438
_nx_crypto_method_aes_ccm_operation()
Call Tree
from
examples
_nx_crypto_ccm_encrypt_update()
is called by 1 function and calls 2 functions:
_nx_crypto_method_aes_ccm_operation()
All items filtered out
_nx_crypto_ccm_encrypt_update()
_nx_crypto_ccm_encrypt_update()::crypto_function
_nx_crypto_ccm_cbc_pad()
All items filtered out
Data Use
from
examples
_nx_crypto_ccm_encrypt_update()
reads 3 variables:
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_icv_length
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_A
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_X
All items filtered out
_nx_crypto_ccm_encrypt_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