nRF5 SDK v17.1.0
Data Fields
ECDSA_VerifyContext_t Struct Reference

#include <crys_ecpki_types.h>

Data Fields

CRYS_ECPKI_UserPublKey_t ECDSA_SignerPublKey
 
CRYS_HASHUserContext_t hashUserCtxBuff
 
CRYS_HASH_Result_t hashResult
 
uint32_t hashResultSizeWords
 
CRYS_ECPKI_HASH_OpMode_t hashMode
 
CRYS_ECDSA_VerifyIntBuff crysEcdsaVerIntBuff
 

Detailed Description

Context definition for verification operation.

Field Documentation

CRYS_ECDSA_VerifyIntBuff ECDSA_VerifyContext_t::crysEcdsaVerIntBuff

Internal buffer.

CRYS_ECPKI_UserPublKey_t ECDSA_VerifyContext_t::ECDSA_SignerPublKey

Public key data.

CRYS_ECPKI_HASH_OpMode_t ECDSA_VerifyContext_t::hashMode

HASH mode.

CRYS_HASH_Result_t ECDSA_VerifyContext_t::hashResult

HASH result.

uint32_t ECDSA_VerifyContext_t::hashResultSizeWords

HASH result size in words.

CRYS_HASHUserContext_t ECDSA_VerifyContext_t::hashUserCtxBuff

HASH context.


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

Documentation feedback | Developer Zone | Subscribe | Updated