![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_key_derivation_input_bytes | ( | cracen_key_derivation_operation_t * | operation, |
| psa_key_derivation_step_t | step, | ||
| const uint8_t * | data, | ||
| size_t | data_length ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_key_derivation.h>
Provide bytes as input to a key derivation operation.
| [in,out] | operation | Key derivation operation context. |
| [in] | step | Derivation step. |
| [in] | data | Input data. |
| [in] | data_length | Length of the input data in bytes. |
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_BAD_STATE | The operation is not in a valid state. |