![]() |
nrfxlib API 3.3.99
|
| int nrf_cc3xx_platform_kmu_write_key | ( | uint32_t | slot_id, |
| nrf_cc3xx_platform_key_type_t | key_type, | ||
| nrf_cc3xx_platform_key_buff_t | key_buff ) |
#include <crypto/nrf_cc310_platform/include/nrf_cc3xx_platform_kmu.h>
Write a key into the KMU.
This writes a key into the KMU slot defined by slot_id. If the key is larger than 128 bit it will occupy two consecutive KMU slots.
| [in] | slot_id | KMU slot ID for the new key (2 - 127). |
| [in] | key_type | The type of the key to store in the KMU. |
| [in] | key_buff | Buffer containing the key material. |