The application keyring collects application keys from the owner config block. More...
#include <sw/device/silicon_creator/lib/ownership/owner_block.h>
Data Fields | |
size_t | length |
The number of application keys found. | |
const owner_application_key_t * | key [16] |
Pointers to the application keys. | |
The application keyring collects application keys from the owner config block.
Definition at line 54 of file owner_block.h.
const owner_application_key_t* owner_application_keyring::key[16] |
Pointers to the application keys.
Definition at line 58 of file owner_block.h.
size_t owner_application_keyring::length |
The number of application keys found.
Definition at line 56 of file owner_block.h.