pkc_init_t Struct Reference

PKC Init Structure definition. More...

#include <gr55xx_hal_pkc.h>

Data Fields

ecc_curve_init_tp_ecc_curve
 
uint32_t data_bits
 
uint32_t secure_mode
 
uint32_t(* random_func )(void)
 

Detailed Description

PKC Init Structure definition.

Field Documentation

◆ data_bits

uint32_t pkc_init_t::data_bits

Specifies the Data size: 256 ~ 2048 bits

◆ p_ecc_curve

ecc_curve_init_t* pkc_init_t::p_ecc_curve

Specifies the pointer to elliptic curve description

◆ random_func

uint32_t(* pkc_init_t::random_func) (void)

Specifies the function to generate random number.

◆ secure_mode

uint32_t pkc_init_t::secure_mode

Specifies the Secure Mode. It indicates that DPA-resistance software algorithm and hardware measures are applied at a cost of about 35%- 50% performance loss. This parameter can be a value of PKC Secure Mode.


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