![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_kmu_block | ( | const psa_key_attributes_t * | key_attr | ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_kmu.h>
Block a key in the KMU.
This function blocks a key stored in KMU, preventing its use in cryptographic operations.
| [in] | key_attr | Attributes of the key to block. |
BLOCK on devices that support it, and a PUSHBLOCK on those that do not.| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_INVALID_HANDLE | The key handle is invalid. |
| PSA_ERROR_DOES_NOT_EXIST | The key does not exist. |