CRYSRSAPrivKey_t

nRF5 SDK v13.1.0

#include <crys_rsa_types.h>

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.

  • external/nrf_cc310/include/crys_rsa_types.h