nRF5 SDK v17.1.0
Data Fields
CRYS_RSAUserPrivKey_t Struct Reference

#include <crys_rsa_types.h>

Data Fields

uint32_t valid_tag
 
uint32_t PrivateKeyDbBuff [sizeof(CRYSRSAPrivKey_t)/sizeof(uint32_t)+1]
 

Detailed Description

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

Field Documentation

uint32_t CRYS_RSAUserPrivKey_t::PrivateKeyDbBuff[sizeof(CRYSRSAPrivKey_t)/sizeof(uint32_t)+1]

Private key data.

uint32_t CRYS_RSAUserPrivKey_t::valid_tag

Validation tag.


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

Documentation feedback | Developer Zone | Subscribe | Updated