_nx_crypto_method_aes_operation() is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and Samplesnetxduo_nx_crypto_method_aes_operation()

_nx_crypto_method_aes_operation() function

Syntax

UINT _nx_crypto_method_aes_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:1901

Arguments

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

References

LocationText
nx_crypto_aes.c:1901
NX_CRYPTO_KEEP UINT _nx_crypto_method_aes_operation(UINT op, /* Encrypt, Decrypt, Authenticate */
nx_crypto_aes.h:166
UINT _nx_crypto_method_aes_operation(UINT op, /* Encrypt, Decrypt, Authenticate */
nx_crypto_methods.c:148
_nx_crypto_method_aes_operation /* AES-CBC operation */