nRF5 SDK v17.1.0
Public Member Functions | Data Fields
CRYS_RSAPrivUserContext_t Struct Reference

#include <crys_rsa_types.h>

Public Member Functions

 __attribute__ ((aligned(4))) uint8_t context_buff[sizeof(RSAPrivContext_t)+sizeof(uint32_t)]
 

Data Fields

uint32_t valid_tag
 
uint32_t AES_iv
 

Detailed Description

The user's context prototype - the argument type that is passed by the user to the RSA APIs. The context saves the state of the operation and must be saved by the user till the end of the APIs flow .

Member Function Documentation

CRYS_RSAPrivUserContext_t::__attribute__ ( (aligned(4))  )

Private data context buffer.

Field Documentation

uint32_t CRYS_RSAPrivUserContext_t::AES_iv

Internally used value.

uint32_t CRYS_RSAPrivUserContext_t::valid_tag

Validation tag.


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

Documentation feedback | Developer Zone | Subscribe | Updated