netxduo
_nx_crypto_aes_encrypt()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/7)...
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_encrypt()
_nx_crypto_aes_encrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_aes.h:153
UINT
_nx_crypto_aes_encrypt
(
NX_CRYPTO_AES
*
aes_ptr
,
UCHAR
*
input
,
UCHAR
*
output
,
UINT
length
)
;
Implemented in
nx_crypto_aes.c:1051
Arguments
Argument
aes_ptr
input
output
length
Related Functions
Found 9 other functions taking a
NX_CRYPTO_AES_STRUCT
argument:
Function
_nx_crypto_aes_key_set()
_nx_crypto_aes_decrypt()
_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_encrypt
(
NX_CRYPTO_AES
*
aes_ptr
,
UCHAR
*
input
,
UCHAR
*
output
,
UINT
length
)
nx_crypto_aes.c:1051
UINT
_nx_crypto_aes_encrypt
(
NX_CRYPTO_AES
*
aes_ptr
,
UCHAR
*
input
,
UCHAR
*
output
,
UINT
length
)
;
nx_crypto_aes.h:153
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2114
_nx_crypto_method_aes_cbc_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2142
_nx_crypto_method_aes_cbc_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2289
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2303
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2312
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2338
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2352
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2361
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2391
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2404
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2413
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2426
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2440
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2449
_nx_crypto_method_aes_ccm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2590
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2601
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2611
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2635
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2646
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2656
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2670
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2679
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2694
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2708
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2717
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2732
_nx_crypto_method_aes_gcm_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2866
_nx_crypto_method_aes_ctr_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:2885
_nx_crypto_method_aes_ctr_operation()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_encrypt
,
nx_crypto_aes.c:3004
_nx_crypto_method_aes_xcbc_operation()
Call Tree
from
examples
_nx_crypto_aes_encrypt()
calls 3 functions:
All items filtered out
_nx_crypto_aes_encrypt()
_nx_crypto_aes_sub_shift_roundkey()
_nx_crypto_aes_add_round_key()
_nx_crypto_aes_encryption_round()
All items filtered out
Data Use
from
examples
_nx_crypto_aes_encrypt()
reads 3 variables and writes 5 variables:
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_state
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_rounds
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_key_schedule
All items filtered out
_nx_crypto_aes_encrypt()
_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()
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