#include <crys_rsa_types.h>
Data Fields |
|
| struct { | |
| uint32_t p [((2048+64)/32)/2] | |
| uint32_t q [((2048+64)/32)/2] | |
| union { | |
| uint32_t crysRSAKGDataIntBuff [(3 *((2048+64)/32))] | |
| } kg_buf | |
| } | KGData |
| union { | |
| struct { | |
| CRYS_RSAPrimeData_t PrimData | |
| } primExt | |
| } | prim |
Detailed Description
KG data type.
Field Documentation
| uint32_t CRYS_RSAKGData_t::crysRSAKGDataIntBuff[(3 *((2048+64)/32))] |
Internal buffer.
| uint32_t CRYS_RSAKGData_t::p[((2048+64)/32)/2] |
First factor buffer.
| uint32_t CRYS_RSAKGData_t::q[((2048+64)/32)/2] |
Second factor buffer.
- external/nrf_cc310/include/crys_rsa_types.h