Synergy Software Package User's Manual

#include <sf_crypto_signature_api.h>

Data Fields

sf_crypto_key_type_t key_type
 
sf_crypto_key_size_t key_size
 
sf_crypto_hash_instance_tp_lower_lvl_sf_crypto_hash
 
sf_crypto_instance_tp_lower_lvl_crypto_common
 
void const * p_extend
 

Detailed Description

Configuration structure for the SSP Crypto Signature framework

Field Documentation

◆ key_size

sf_crypto_key_size_t sf_crypto_signature_cfg_t::key_size

Key Size.

◆ key_type

sf_crypto_key_type_t sf_crypto_signature_cfg_t::key_type

Key Type.

◆ p_extend

void const* sf_crypto_signature_cfg_t::p_extend

Extension parameter for hardware specific settings (Future purpose).

◆ p_lower_lvl_crypto_common

sf_crypto_instance_t* sf_crypto_signature_cfg_t::p_lower_lvl_crypto_common

Pointer to a Crypto Framework common instance.

◆ p_lower_lvl_sf_crypto_hash

sf_crypto_hash_instance_t* sf_crypto_signature_cfg_t::p_lower_lvl_sf_crypto_hash

Pointer to Hash framework instance.


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