#include <crys_ecpki_types.h>
Data Fields | |
| CRYS_ECPKI_UserPublKey_t | pubKey |
| CRYS_ECPKI_UserPrivKey_t | privKey |
| union { | |
| } | tmpData |
| uint8_t | secretBuff [(256/8)] |
Context definition, required for internal FIPS verification for ECDH KAT.
Definition at line 458 of file crys_ecpki_types.h.
| CRYS_ECPKI_UserPrivKey_t privKey |
Private key data.
Definition at line 462 of file crys_ecpki_types.h.
| CRYS_ECPKI_UserPublKey_t pubKey |
Public key data.
Definition at line 460 of file crys_ecpki_types.h.
| uint8_t secretBuff[(256/8)] |
Buffer for the secret key.
Definition at line 469 of file crys_ecpki_types.h.
| union { ... } tmpData |
Internal buffers.