![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_hash_setup | ( | cracen_hash_operation_t * | operation, |
| psa_algorithm_t | alg ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_hash.h>
Set up a hash operation.
| [in,out] | operation | Hash operation context. |
| [in] | alg | Hash algorithm. |
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_NOT_SUPPORTED | The algorithm is not supported. |