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

« Back to documentation index

CRYSRSAPubKey_t Struct Reference

CRYSRSAPubKey_t Struct Reference
[CryptoCell RSA used definitions and enums]

#include <crys_rsa_types.h>

Data Fields

uint32_t n [CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS]
uint32_t nSizeInBits
uint32_t e [CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS]
uint32_t eSizeInBits
uint32_t crysRSAIntBuff [CRYS_PKA_BARRETT_MOD_TAG_BUFF_SIZE_IN_WORDS]

Detailed Description

Public key data structure (used internally).

Definition at line 227 of file crys_rsa_types.h.


Field Documentation

uint32_t crysRSAIntBuff[CRYS_PKA_BARRETT_MOD_TAG_BUFF_SIZE_IN_WORDS]

Buffer for internal usage.

Definition at line 240 of file crys_rsa_types.h.

uint32_t e[CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS]

RSA public exponent buffer.

Definition at line 235 of file crys_rsa_types.h.

uint32_t eSizeInBits

RSA public exponent buffer.

Definition at line 237 of file crys_rsa_types.h.

uint32_t n[CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS]

RSA modulus buffer.

Definition at line 230 of file crys_rsa_types.h.

uint32_t nSizeInBits

RSA modulus size in bits.

Definition at line 232 of file crys_rsa_types.h.