app_pkc_params_t Struct Reference

PKC parameters structure definition. More...

#include <app_pkc.h>

Public Attributes

app_pkc_type_t use_type
 
pkc_init_t init
 
void * p_result
 
uint32_t * p_kout
 
pkc_env_t pkc_env
 

Detailed Description

PKC parameters structure definition.

Definition at line 158 of file app_pkc.h.

Member Data Documentation

◆ init

pkc_init_t app_pkc_params_t::init

PKC operation parameters

Definition at line 161 of file app_pkc.h.

◆ p_kout

uint32_t* app_pkc_params_t::p_kout

Pointer to Kout result in montgomery inversion

Definition at line 163 of file app_pkc.h.

◆ p_result

void* app_pkc_params_t::p_result

Pointer to PKC result Buffer

Definition at line 162 of file app_pkc.h.

◆ pkc_env

pkc_env_t app_pkc_params_t::pkc_env

PKC device structure definition.

Definition at line 164 of file app_pkc.h.

◆ use_type

app_pkc_type_t app_pkc_params_t::use_type

Specifies the operation mode of PKC.

Definition at line 160 of file app_pkc.h.


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