![]() |
Synergy Software Package User's Manual
|
#include <sf_crypto_signature.h>
Internal SSP Crypto Signature framework module context.
| sf_crypto_data_handle_t sf_crypto_signature_context_t::buffer |
Internal buffer to format input data
| uint32_t sf_crypto_signature_context_t::key_data_length |
Length of key data.
| sf_crypto_signature_mode_t sf_crypto_signature_context_t::operation_mode |
Operating mode. (Sign / Verify operation)
| sf_crypto_signature_algorithm_init_params_t* sf_crypto_signature_context_t::p_aglorithm_specific_params |
Algorithm specific parameters. OR hold formatted input data.
| uint8_t* sf_crypto_signature_context_t::p_key_data |
Buffer to hold private key in case of Sign Operations. OR. Buffer to hold public key in case of Verify Operations.