CRYS_RSAPrivUserContext_t

nRF5 SDK v16.0.0

#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.

  • external/nrf_cc310/include/crys_rsa_types.h