![]() |
nRF Connect SDK API 3.4.99
|
| psa_status_t cracen_xof_output | ( | cracen_xof_operation_t * | operation, |
| uint8_t * | output, | ||
| size_t | output_length ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_xof.h>
Extract data from an XOF operation.
| [in,out] | operation | XOF operation context. |
| [out] | output | Buffer where the output will be written. |
| [in] | output_length | Number of output bytes to produce. |
| PSA_SUCCESS | Output was generated successfully. |
| PSA_ERROR_BAD_STATE | The operation is not in a valid state. |