Synergy Software Package User's Manual

#include <sf_crypto_signature.h>

Data Fields

sf_crypto_signature_mode_t operation_mode
 
sf_crypto_signature_algorithm_init_params_tp_aglorithm_specific_params
 
sf_crypto_data_handle_t buffer
 
uint8_t * p_key_data
 
uint32_t key_data_length
 

Detailed Description

Internal SSP Crypto Signature framework module context.

Field Documentation

◆ buffer

sf_crypto_data_handle_t sf_crypto_signature_context_t::buffer

Internal buffer to format input data

◆ key_data_length

uint32_t sf_crypto_signature_context_t::key_data_length

Length of key data.

◆ operation_mode

sf_crypto_signature_mode_t sf_crypto_signature_context_t::operation_mode

Operating mode. (Sign / Verify operation)

◆ p_aglorithm_specific_params

sf_crypto_signature_algorithm_init_params_t* sf_crypto_signature_context_t::p_aglorithm_specific_params

Algorithm specific parameters. OR hold formatted input data.

◆ p_key_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.


The documentation for this struct was generated from the following file: