Mistake on this page?
Report an issue in GitHub or email us
Data Fields

#include <crys_rsa_types.h>

Data Fields

struct {
   uint32_t   p [((2048+64)/32)/2]
 
   uint32_t   q [((2048+64)/32)/2]
 
KGData
 
union {
   struct {
   }   primExt
 
prim
 
uint32_t crysRSAKGDataIntBuff [(3 *((2048+64)/32))]
 

Detailed Description

KG data type.

Definition at line 389 of file crys_rsa_types.h.

Field Documentation

uint32_t crysRSAKGDataIntBuff[(3 * ((2048 + 64)/ 32 ) )]

Internal buffer.

Definition at line 401 of file crys_rsa_types.h.

struct { ... } KGData

RSA Key Generation buffers definitions.

uint32_t p[((2048 + 64)/ 32 ) /2]

First factor buffer.

Definition at line 396 of file crys_rsa_types.h.

union { ... } prim

Buffers for internal usage.

struct { ... } primExt

Internally used buffer.

uint32_t q[((2048 + 64)/ 32 ) /2]

Second factor buffer.

Definition at line 398 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.