netxduo
_nx_crypto_method_aes_ccm_operation()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/7)...
Files
loading (7/7)...
netxduo
addons
common
crypto_libraries
inc
nx_crypto_3des.h
nx_crypto_aes.h
NX_CRYPTO_AES
_nx_crypto_aes_encrypt()
_nx_crypto_aes_decrypt()
_nx_crypto_aes_key_set()
_nx_crypto_method_aes_init()
_nx_crypto_method_aes_cleanup()
_nx_crypto_method_aes_operation()
_nx_crypto_method_aes_cbc_operation()
_nx_crypto_method_aes_ccm_operation()
_nx_crypto_method_aes_gcm_operation()
_nx_crypto_method_aes_ctr_operation()
_nx_crypto_method_aes_xcbc_operation()
nx_crypto_cbc.h
nx_crypto_ccm.h
nx_crypto_const.h
nx_crypto_ctr.h
nx_crypto_des.h
nx_crypto_dh.h
nx_crypto_drbg.h
nx_crypto_ec.h
nx_crypto_ecdh.h
nx_crypto_ecdsa.h
nx_crypto_ecjpake.h
nx_crypto_gcm.h
nx_crypto_hkdf.h
nx_crypto_hmac_md5.h
nx_crypto_hmac_sha1.h
nx_crypto_hmac_sha2.h
nx_crypto_hmac_sha5.h
nx_crypto_hmac.h
nx_crypto_huge_number.h
nx_crypto_md5.h
nx_crypto_null.h
nx_crypto_phash.h
nx_crypto_pkcs1_v1.5.h
nx_crypto_rsa.h
nx_crypto_sha1.h
nx_crypto_sha2.h
nx_crypto_sha5.h
nx_crypto_tls_prf_1.h
nx_crypto_tls_prf_sha256.h
nx_crypto_tls_prf_sha384.h
nx_crypto_tls_prf_sha512.h
nx_crypto_xcbc_mac.h
nx_crypto.h
src
nx_secure
ports
threadx
filex
usbx
HAL
CMSIS
lan8742
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_method_aes_ccm_operation()
_nx_crypto_method_aes_ccm_operation() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_aes.h:196
UINT
_nx_crypto_method_aes_ccm_operation
(
UINT
op
,
VOID
*
handle
,
struct
NX_CRYPTO_METHOD_STRUCT
*
method
,
UCHAR
*
key
,
NX_CRYPTO_KEY_SIZE
key_size_in_bits
,
UCHAR
*
input
,
ULONG
input_length_in_byte
,
UCHAR
*
iv_ptr
,
UCHAR
*
output
,
ULONG
output_length_in_byte
,
VOID
*
crypto_metadata
,
ULONG
crypto_metadata_size
,
VOID
*
packet_ptr
,
VOID
(
*
nx_crypto_hw_process_callback
)
(
VOID
*
packet_ptr
,
UINT
status
)
)
;
Implemented in
nx_crypto_aes.c:2220
Arguments
Argument
op
handle
method
key
key_size_in_bits
input
input_length_in_byte
iv_ptr
output
output_length_in_byte
crypto_metadata
crypto_metadata_size
packet_ptr
nx_crypto_hw_process_callback
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_method_aes_ccm_operation
(
UINT
op
,
/* Encrypt, Decrypt, Authenticate */
nx_crypto_aes.c:2220
UINT
_nx_crypto_method_aes_ccm_operation
(
UINT
op
,
/* Encrypt, Decrypt, Authenticate */
nx_crypto_aes.h:196
status
=
_nx_crypto_method_aes_ccm_operation
(
op
,
handle
,
method
,
key
,
key_size_in_bits
,
nx_crypto_aes.c:1947
_nx_crypto_method_aes_operation()
_nx_crypto_method_aes_ccm_operation
/* AES-CCM8 operation */
nx_crypto_methods.c:177
_nx_crypto_method_aes_ccm_operation
/* AES-CCM16 operation */
nx_crypto_methods.c:191
Call Tree
from
examples
_nx_crypto_method_aes_ccm_operation()
is called by 1 function and calls 4 functions:
_nx_crypto_method_aes_operation()
All items filtered out
_nx_crypto_method_aes_ccm_operation()
_nx_crypto_ccm_encrypt_update()
_nx_crypto_ccm_encrypt_calculate()
_nx_crypto_ccm_decrypt_calculate()
_nx_crypto_ccm_encrypt_init()
All items filtered out
Data Use
from
examples
_nx_crypto_method_aes_ccm_operation()
reads 7 variables and writes 2 variables:
NX_CRYPTO_METHOD_STRUCT::nx_crypto_algorithm
NX_CRYPTO_METHOD_STRUCT::nx_crypto_ICV_size_in_bits
_nx_crypto_aes_encrypt()
NX_CRYPTO_AES_STRUCT::
::ccm
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_mode_context
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_additional_data
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_additional_data_len
All items filtered out
_nx_crypto_method_aes_ccm_operation()
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_additional_data
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_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
_nx_crypto_method_aes_ccm_operation()
is implemented by 1 functions:
All items filtered out
_nx_crypto_method_aes_ccm_operation()
NX_CRYPTO_METHOD_STRUCT::nx_crypto_operation
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out