![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_get_opaque_size | ( | const psa_key_attributes_t * | attributes, |
| size_t * | key_size ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa.h>
Get the size of an opaque key.
| [in] | attributes | Key attributes. |
| [out] | key_size | Size of the key representation in bytes. |
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_INVALID_HANDLE | The key handle is invalid. |