Secure connections parameter definition. More...
#include <lmgr_api_sc.h>
Data Fields | |
uint8_t | privKey [LL_ECC_KEY_LEN] |
bool_t | eccOpActive |
bool_t | privKeySet |
bool_t | pubKeyValid |
uint8_t | validatePubKeyMode |
Secure connections parameter definition.
Definition at line 44 of file lmgr_api_sc.h.
bool_t eccOpActive |
An ECC generation operation is active.
Definition at line 47 of file lmgr_api_sc.h.
uint8_t privKey[LL_ECC_KEY_LEN] |
P-256 private key.
Definition at line 46 of file lmgr_api_sc.h.
bool_t privKeySet |
P-256 private key set; do not generate new one.
Definition at line 48 of file lmgr_api_sc.h.
bool_t pubKeyValid |
DHKey won't start to generate unless public key is valid.
Definition at line 49 of file lmgr_api_sc.h.
uint8_t validatePubKeyMode |
Validate public key mode between ALT1 and ALT2.
Definition at line 50 of file lmgr_api_sc.h.