![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_key_derivation_setup | ( | cracen_key_derivation_operation_t * | operation, |
| psa_algorithm_t | alg ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_key_derivation.h>
Set up a key derivation operation.
| [in,out] | operation | Key derivation operation context. |
| [in] | alg | Key derivation algorithm. |
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_NOT_SUPPORTED | The algorithm is not supported. |