Mistake on this page?
Report an issue in GitHub or email us
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).

Definition at line 260 of file crys_rsa_types.h.

Field Documentation

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

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[((2048 + 64)/ 32 )]

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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.