Knight KE / Mbed OS Game_Master
Embed: (wiki syntax)

« Back to documentation index

CRYSRSAPrivNonCRTKey_t Struct Reference

CRYSRSAPrivNonCRTKey_t Struct Reference
[CryptoCell RSA used definitions and enums]

#include <crys_rsa_types.h>

Data Fields

uint32_t d [CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS]
uint32_t dSizeInBits
uint32_t e [CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS]
uint32_t eSizeInBits

Detailed Description

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

Definition at line 260 of file crys_rsa_types.h.


Field Documentation

uint32_t d[CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS]

RSA private exponent buffer.

Definition at line 263 of file crys_rsa_types.h.

uint32_t dSizeInBits

RSA private exponent size in bits.

Definition at line 265 of file crys_rsa_types.h.

uint32_t e[CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS]

RSA public exponent buffer.

Definition at line 268 of file crys_rsa_types.h.

uint32_t eSizeInBits

RSA public exponent size in bits.

Definition at line 270 of file crys_rsa_types.h.