nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ cracen_jpake_input()

psa_status_t cracen_jpake_input ( cracen_jpake_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_jpake.h>

Provide input to a JPAKE operation step.

Parameters
[in,out]operationJPAKE operation context.
[in]stepPAKE step.
[in]inputInput data.
[in]input_lengthLength of the input data in bytes.
Return values
PSA_SUCCESSThe operation completed successfully.
PSA_ERROR_BAD_STATEThe operation is not in a valid state.