nRF5 SDK v17.1.0
Data Fields
CRYS_DH_Temp_t Struct Reference

#include <crys_dh.h>

Data Fields

CRYS_RSAPrimeData_t PrimeData
 
CRYS_RSAUserPubKey_t UserPubKey
 
uint32_t TempBuff [(((2048/8)/sizeof(uint32_t))+2)]
 

Detailed Description

Temporary buffer structure for internal usage.

Field Documentation

CRYS_RSAPrimeData_t CRYS_DH_Temp_t::PrimeData

Temporary primitives data

uint32_t CRYS_DH_Temp_t::TempBuff[(((2048/8)/sizeof(uint32_t))+2)]

Temporary buffer for internal usage.

CRYS_RSAUserPubKey_t CRYS_DH_Temp_t::UserPubKey

User's public key.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated