TNG Helper Functions. More...
Macros | |
| #define | ATCA_OTP_CODE_SIZE (8u) |
Functions | |
| const atcacert_def_t * | tng_map_get_device_cert_def (int index) |
| Helper function to iterate through all trust cert definitions. | |
| ATCA_STATUS | tng_get_device_cert_def (const atcacert_def_t **cert_def) |
| Get the TNG device certificate definition. | |
| ATCA_STATUS | tng_get_device_cert_def_ext (ATCADevice device, const atcacert_def_t **cert_def) |
| Get the TNG device certificate definition. | |
| ATCA_STATUS | tng_get_device_pubkey (uint8_t *public_key) |
| Uses GenKey command to calculate the public key from the primary device public key. | |
TNG Helper Functions.