netxduo
NX_CRYPTO_AES
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_AES
NX_CRYPTO_AES struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.h:123
typedef
struct
NX_CRYPTO_AES_STRUCT
{
UINT
nx_crypto_aes_state
[
NX_CRYPTO_AES_STATE_NB_BYTES
]
;
USHORT
nx_crypto_aes_key_size
;
UCHAR
nx_crypto_aes_rounds
;
UCHAR
nx_crypto_aes_inverse_key_expanded
;
UINT
nx_crypto_aes_key_schedule
[
NX_CRYPTO_AES_MAX_KEY_SIZE
*
8
]
;
UINT
nx_crypto_aes_decrypt_key_schedule
[
NX_CRYPTO_AES_MAX_KEY_SIZE
*
8
]
;
union
{
NX_CRYPTO_CBC
cbc
;
NX_CRYPTO_CTR
ctr
;
NX_CRYPTO_GCM
gcm
;
NX_CRYPTO_CCM
ccm
;
}
nx_crypto_aes_mode_context
;
}
NX_CRYPTO_AES
;
Fields
Field
Declared as
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_state
UINT
[
NX_CRYPTO_AES_STATE_NB_BYTES
]
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_key_size
USHORT
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_rounds
UCHAR
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_inverse_key_expanded
UCHAR
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_key_schedule
UINT
[
NX_CRYPTO_AES_MAX_KEY_SIZE
*
8
]
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_decrypt_key_schedule
UINT
[
NX_CRYPTO_AES_MAX_KEY_SIZE
*
8
]
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_mode_context
union
{
NX_CRYPTO_CBC
cbc
;
NX_CRYPTO_CTR
ctr
;
NX_CRYPTO_GCM
gcm
;
NX_CRYPTO_CCM
ccm
;
}
Related Functions
Found 10 other functions taking a
NX_CRYPTO_AES_STRUCT
argument:
Function
_nx_crypto_aes_encrypt()
_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
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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