Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

CRYS_ECDSA_VerifyUserContext_t Struct Reference

CRYS_ECDSA_VerifyUserContext_t Struct Reference
[CryptoCell ECC specific types]

#include <crys_ecpki_types.h>

Data Fields

uint32_t context_buff [(sizeof(ECDSA_VerifyContext_t)+3)/4]
uint32_t valid_tag

Detailed Description

User's context definition for verification operation. The context saves the state of the operation and must be saved by the user till the end of the APIs flow

Definition at line 372 of file crys_ecpki_types.h.


Field Documentation

uint32_t context_buff[(sizeof(ECDSA_VerifyContext_t)+3)/4]

Verification process data.

Definition at line 375 of file crys_ecpki_types.h.

uint32_t valid_tag

Validation tag.

Definition at line 377 of file crys_ecpki_types.h.