![]() |
nRF Connect SDK API 3.4.99
|
| psa_status_t cracen_xof_setup | ( | cracen_xof_operation_t * | operation, |
| psa_algorithm_t | alg ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_xof.h>
Set up an XOF operation.
| [in,out] | operation | XOF operation context. |
| [in] | alg | XOF algorithm (PSA_ALG_SHAKE128 or PSA_ALG_SHAKE256). |
| PSA_SUCCESS | The operation was set up successfully. |
| PSA_ERROR_NOT_SUPPORTED | The algorithm is not supported. |