nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_cc3xx_platform_identity_key.h File Reference
#include <stdint.h>
#include <stdbool.h>

Go to the source code of this file.

Functions

int nrf_cc3xx_platform_identity_key_store (uint32_t slot_id, const uint8_t key[32])
 Function to store an identity key.
 
bool nrf_cc3xx_platform_identity_key_is_stored (uint32_t slot_id)
 Function to check if the identity key is already stored in KMU.
 
int nrf_cc3xx_platform_identity_key_retrieve (uint32_t slot_id, uint8_t key[32])
 Function to retrieve an identity key.
 
void nrf_cc3xx_platform_identity_key_free (uint8_t key[32])
 Function to clear out an identity key after usage.