nRF5 SDK v17.1.0
Data Fields
CRYSRSAPrivNonCRTKey_t Struct Reference

#include <crys_rsa_types.h>

Data Fields

uint32_t d [((2048+64)/32)]
 
uint32_t dSizeInBits
 
uint32_t e [((2048+64)/32)]
 
uint32_t eSizeInBits
 

Detailed Description

Private key on non-CRT mode data structure (used internally).

Field Documentation

uint32_t CRYSRSAPrivNonCRTKey_t::d[((2048+64)/32)]

RSA private exponent buffer.

uint32_t CRYSRSAPrivNonCRTKey_t::dSizeInBits

RSA private exponent size in bits.

uint32_t CRYSRSAPrivNonCRTKey_t::e[((2048+64)/32)]

RSA public exponent buffer.

uint32_t CRYSRSAPrivNonCRTKey_t::eSizeInBits

RSA public exponent size in bits.


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

Documentation feedback | Developer Zone | Subscribe | Updated