_nx_crypto_method_3des_operation() is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and Samplesnetxduo_nx_crypto_method_3des_operation()

_nx_crypto_method_3des_operation() function

Syntax

UINT _nx_crypto_method_3des_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_3des.c:410

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_3des.c:410
NX_CRYPTO_KEEP UINT _nx_crypto_method_3des_operation(UINT op, /* Encrypt, Decrypt, Authenticate */
nx_crypto_3des.h:79
UINT _nx_crypto_method_3des_operation(UINT op, /* Encrypt, Decrypt, Authenticate */
nx_crypto_methods.c:761
_nx_crypto_method_3des_operation /* 3DES operation */

Call Tree

Functions called by _nx_crypto_method_3des_operation()
_nx_crypto_method_3des_operation()
Implementations
_nx_crypto_method_3des_operation()
Type of _nx_crypto_method_3des_operation()
_nx_crypto_method_3des_operation()
all items filtered out