![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_key_derivation_input_integer | ( | cracen_key_derivation_operation_t * | operation, |
| psa_key_derivation_step_t | step, | ||
| uint64_t | value ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_key_derivation.h>
Provide an integer as input to a key derivation operation.
| [in,out] | operation | Key derivation operation context. |
| [in] | step | Derivation step. |
| [in] | value | Integer value. |
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_BAD_STATE | The operation is not in a valid state. |