nRF5 SDK v17.1.0
Data Fields
CRYSRSAPrivKey_t Struct Reference

#include <crys_rsa_types.h>

Data Fields

uint32_t n [((2048+64)/32)]
 
uint32_t nSizeInBits
 
CRYS_RSA_DecryptionMode_t OperationMode
 
CRYS_RSA_KeySource_t KeySource
 
union {
   CRYSRSAPrivNonCRTKey_t   NonCrt
 
   CRYSRSAPrivCRTKey_t   Crt
 
PriveKeyDb
 
uint32_t crysRSAPrivKeyIntBuff [(2 *5)]
 

Detailed Description

Private key data structure (used internally).

Field Documentation

CRYSRSAPrivCRTKey_t CRYSRSAPrivKey_t::Crt

CRT data structure.

uint32_t CRYSRSAPrivKey_t::crysRSAPrivKeyIntBuff[(2 *5)]

Internal buffer.

CRYS_RSA_KeySource_t CRYSRSAPrivKey_t::KeySource

Key source ( internal or external ).

uint32_t CRYSRSAPrivKey_t::n[((2048+64)/32)]

RSA modulus buffer.

CRYSRSAPrivNonCRTKey_t CRYSRSAPrivKey_t::NonCrt

Non CRT data structure.

uint32_t CRYSRSAPrivKey_t::nSizeInBits

RSA modulus size in bits.

CRYS_RSA_DecryptionMode_t CRYSRSAPrivKey_t::OperationMode

Decryption operation mode.


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

Documentation feedback | Developer Zone | Subscribe | Updated