nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ lib_kmu_read_metadata()

int lib_kmu_read_metadata ( int slot_id,
uint32_t * metadata )

#include <subsys/nrf_security/src/drivers/cracen/common/include/cracen/lib_kmu.h>

Read the metadata of a KMU slot.

Parameters
[in]slot_idSlot id of the KMU slot.
[out]metadataPtr to where the meta data will be written to.
Returns
LIB_KMU_SUCCESS If the operation was successful.
-LIB_KMU_ERROR If the operation returned an error.
-LIB_KMU_NULL_POINTER If the metadata is NULL.