![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_key_derivation_output_bytes | ( | cracen_key_derivation_operation_t * | operation, |
| uint8_t * | output, | ||
| size_t | output_length ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_key_derivation.h>
Read output from a key derivation operation.
| [in,out] | operation | Key derivation operation context. |
| [out] | output | Buffer to store the output. |
| [in] | output_length | Length of the output to read in bytes. |
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_BAD_STATE | The operation is not in a valid state. |