netxduo
_nx_crypto_aes_decrypt()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_aes_decrypt()
_nx_crypto_aes_decrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_aes.h:154
UINT
_nx_crypto_aes_decrypt
(
NX_CRYPTO_AES
*
aes_ptr
,
UCHAR
*
input
,
UCHAR
*
output
,
UINT
length
)
;
Implemented in
nx_crypto_aes.c:1509
Arguments
Argument
aes_ptr
input
output
length
Related Functions
Found 9 other functions taking a
NX_CRYPTO_AES_STRUCT
argument:
Function
_nx_crypto_aes_encrypt()
_nx_crypto_aes_key_set()
_nx_crypto_aes_add_round_key()
_nx_crypto_aes_key_expansion_inverse()
_nx_crypto_aes_key_expansion()
_nx_crypto_aes_sub_shift_roundkey()
_nx_crypto_aes_decryption_round()
_nx_crypto_aes_inv_sub_shift_roundkey()
_nx_crypto_aes_encryption_round()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_aes_decrypt
(
NX_CRYPTO_AES
*
aes_ptr
,
UCHAR
*
input
,
UCHAR
*
output
,
UINT
length
)
nx_crypto_aes.c:1509
UINT
_nx_crypto_aes_decrypt
(
NX_CRYPTO_AES
*
aes_ptr
,
UCHAR
*
input
,
UCHAR
*
output
,
UINT
length
)
;
nx_crypto_aes.h:154
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_decrypt
,
nx_crypto_aes.c:2099
_nx_crypto_method_aes_cbc_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_decrypt
,
nx_crypto_aes.c:2134
_nx_crypto_method_aes_cbc_operation()
Call Tree
from
examples
_nx_crypto_aes_decrypt()
calls 4 functions:
All items filtered out
_nx_crypto_aes_decrypt()
_nx_crypto_aes_key_expansion_inverse()
_nx_crypto_aes_add_round_key()
_nx_crypto_aes_decryption_round()
_nx_crypto_aes_inv_sub_shift_roundkey()
All items filtered out
Data Use
from
examples
_nx_crypto_aes_decrypt()
reads 5 variables and writes 1 variable:
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_state
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_rounds
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_inverse_key_expanded
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_key_schedule
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_decrypt_key_schedule
All items filtered out
_nx_crypto_aes_decrypt()
_nx_crypto_method_aes_cbc_operation()
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