Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

CRYS_SRP_GroupParam_t Struct Reference

CRYS_SRP_GroupParam_t Struct Reference
[CryptoCell SRP APIs]

#include <crys_srp.h>

Data Fields

CRYS_SRP_Modulus_t modulus
uint8_t gen
size_t modSizeInBits
uint32_t validNp
uint32_t Np [CRYS_PKA_BARRETT_MOD_TAG_BUFF_SIZE_IN_WORDS]

Detailed Description

Group parameters for the SRP - defines the modulus and the generator used

Definition at line 171 of file crys_srp.h.


Field Documentation

uint8_t gen

SRP generator.

Definition at line 175 of file crys_srp.h.

size_t modSizeInBits

SRP modulus size in bits .

Definition at line 177 of file crys_srp.h.

SRP modulus.

Definition at line 173 of file crys_srp.h.

uint32_t Np[CRYS_PKA_BARRETT_MOD_TAG_BUFF_SIZE_IN_WORDS]

SRP Np buffer.

Definition at line 181 of file crys_srp.h.

uint32_t validNp

SRP valid Np.

Definition at line 179 of file crys_srp.h.