_nx_crypto_method_ecdsa_operation() is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and Samplesnetxduo_nx_crypto_method_ecdsa_operation()

_nx_crypto_method_ecdsa_operation() function

Syntax

UINT _nx_crypto_method_ecdsa_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 *, UINT));
Implemented in nx_crypto_ecdsa.c:675

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_ecdsa.c:675
NX_CRYPTO_KEEP UINT _nx_crypto_method_ecdsa_operation(UINT op,
nx_crypto_ecdsa.h:113
UINT _nx_crypto_method_ecdsa_operation(UINT op,
nx_crypto_methods.c:261
_nx_crypto_method_ecdsa_operation /* ECDSA operation */

Call Tree

Data read by _nx_crypto_method_ecdsa_operation()
Data written by _nx_crypto_method_ecdsa_operation()
_nx_crypto_method_ecdsa_operation()
_nx_crypto_method_ecdsa_operation()::ecdsa
_nx_crypto_method_ecdsa_operation()::status
_nx_crypto_method_ecdsa_operation()::extended_output
_nx_crypto_method_ecdsa_operation()::hash_method
_nx_crypto_method_ecdsa_operation()::hash_output
all items filtered out
Implementations
_nx_crypto_method_ecdsa_operation()
Type of _nx_crypto_method_ecdsa_operation()
_nx_crypto_method_ecdsa_operation()