nRF5 SDK v17.1.0
Data Fields
CRYS_ECPKI_UserPrivKey_t Struct Reference

#include <crys_ecpki_types.h>

Data Fields

uint32_t valid_tag
 
uint32_t PrivKeyDbBuff [(sizeof(CRYS_ECPKI_PrivKey_t)+3)/4]
 

Detailed Description

The EC private key's user structure prototype. This structure must be saved by the user, and is used as input to the ECC functions (such as CRYS_ECDSA_Sign etc.).

Field Documentation

uint32_t CRYS_ECPKI_UserPrivKey_t::PrivKeyDbBuff[(sizeof(CRYS_ECPKI_PrivKey_t)+3)/4]

Private key data.

uint32_t CRYS_ECPKI_UserPrivKey_t::valid_tag

Validation tag.


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

Documentation feedback | Developer Zone | Subscribe | Updated