![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_pake_input | ( | cracen_pake_operation_t * | operation, |
| psa_pake_step_t | step, | ||
| const uint8_t * | input, | ||
| size_t | input_length ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_pake.h>
Provide input to a PAKE operation step.
| [in,out] | operation | PAKE operation context. |
| [in] | step | PAKE step. |
| [in] | input | Input data. |
| [in] | input_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. |