OpenSSL ECC Engine  1.0
OpenSSL Engine implementation using ATECC508 for ECC key storage and ECDSA, ECDH, and RNG.
platform.h
Go to the documentation of this file.
1 
39 #include <stdint.h>
40 #include "ecc_meth.h"
41 
42 extern const uint8_t g_signer_1_ca_public_key_t[];
43 extern const uint8_t g_cert_template_1_signer_t[];
44 extern const atcacert_def_t g_cert_def_1_signer_t;
45 extern const uint8_t g_cert_template_0_device_t[];
46 extern const atcacert_def_t g_cert_def_0_device_t;
47 
48 
49 // This is the user defined encryption key
50 extern uint8_t staticKey[ATCA_KEY_SIZE];
51 ATCAIfaceCfg* pCfg;
52 
Function definitions used in OpenSSL ENGINE.