netxduo
_nx_crypto_aes_key_set()
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_key_set()
_nx_crypto_aes_key_set() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_aes.h:156
UINT
_nx_crypto_aes_key_set
(
NX_CRYPTO_AES
*
aes_ptr
,
UCHAR
*
key
,
UINT
key_size
)
;
Implemented in
nx_crypto_aes.c:1658
Arguments
Argument
aes_ptr
key
key_size
Related Functions
Found 9 other functions taking a
NX_CRYPTO_AES_STRUCT
argument:
Function
_nx_crypto_aes_encrypt()
_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_key_set
(
NX_CRYPTO_AES
*
aes_ptr
,
UCHAR
*
key
,
UINT
key_size
)
nx_crypto_aes.c:1658
UINT
_nx_crypto_aes_key_set
(
NX_CRYPTO_AES
*
aes_ptr
,
UCHAR
*
key
,
UINT
key_size
)
;
nx_crypto_aes.h:156
_nx_crypto_aes_key_set
(
(
NX_CRYPTO_AES
*
)
crypto_metadata
,
key
,
key_size_in_bits
>
>
5
)
;
nx_crypto_aes.c:1780
_nx_crypto_method_aes_init()
(
UINT
(
*
)
(
VOID
*
,
UCHAR
*
,
UINT
)
)
_nx_crypto_aes_key_set
,
nx_crypto_aes.c:3005
_nx_crypto_method_aes_xcbc_operation()
Call Tree
from
examples
_nx_crypto_aes_key_set()
is called by 1 function and calls 1 function:
_nx_crypto_method_aes_init()
All items filtered out
_nx_crypto_aes_key_set()
_nx_crypto_aes_key_expansion()
All items filtered out
Data Use
from
examples
_nx_crypto_aes_key_set()
reads 1 variable and writes 4 variables:
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_key_schedule
All items filtered out
_nx_crypto_aes_key_set()
_nx_crypto_method_aes_xcbc_operation()
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_key_size
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_rounds
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_inverse_key_expanded
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