PKC Init Structure definition. More...
#include <gr55xx_hal_pkc.h>
Public Attributes | |
ecc_curve_init_t * | p_ecc_curve |
Specifies the pointer to elliptic curve description. More... | |
uint32_t | data_bits |
Specifies the Data size: 256 ~ 2048 bits More... | |
uint32_t | secure_mode |
Specifies the Secure Mode. More... | |
uint32_t(* | random_func )(void) |
Specifies the function to generate random number. More... | |
PKC Init Structure definition.
Definition at line 110 of file gr55xx_hal_pkc.h.
uint32_t pkc_init_t::data_bits |
Specifies the Data size: 256 ~ 2048 bits
Definition at line 114 of file gr55xx_hal_pkc.h.
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.
uint32_t(* pkc_init_t::random_func) (void) |
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.