pkc_init_t Struct Reference

PKC Init Structure definition. More...

#include <gr55xx_hal_pkc.h>

Public Attributes

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.

Definition at line 110 of file gr55xx_hal_pkc.h.

Member Data Documentation

◆ data_bits

uint32_t pkc_init_t::data_bits

Specifies the Data size: 256 ~ 2048 bits

Definition at line 114 of file gr55xx_hal_pkc.h.

◆ p_ecc_curve

ecc_curve_init_t* pkc_init_t::p_ecc_curve

Specifies the pointer to elliptic curve description

Definition at line 112 of file gr55xx_hal_pkc.h.

◆ random_func

uint32_t(* pkc_init_t::random_func) (void)

Specifies the function to generate random number.

Definition at line 120 of file gr55xx_hal_pkc.h.

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

Definition at line 116 of file gr55xx_hal_pkc.h.


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