#include <crys_ecpki_types.h>
Data Fields |
|
| union { | |
| struct { | |
| CRYS_ECPKI_UserPrivKey_t PrivKey | |
| CRYS_ECDSA_SignUserContext_t signCtx | |
| } userSignData | |
| struct { | |
| CRYS_ECPKI_UserPublKey_t PublKey | |
| union { | |
| CRYS_ECDSA_VerifyUserContext_t verifyCtx | |
| CRYS_ECPKI_BUILD_TempData_t tempData | |
| } buildOrVerify | |
| } userVerifyData | |
| } | keyContextData |
| uint8_t | signBuff [2 *(256/8)] |
Detailed Description
Context defintion, required for internal FIPS verification for ECDSA KAT. * The ECDSA KAT tests defined for domain 256r1.
Field Documentation
| uint8_t CRYS_ECDSAFipsKatContext_t::signBuff[2 *(256/8)] |
Internal buffer.
- external/nrf_cc310/include/crys_ecpki_types.h