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

◆ cracen_wpa3_sae_input()

psa_status_t cracen_wpa3_sae_input ( cracen_wpa3_sae_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_wpa3_sae.h>

Provide input to a WPA3 SAE operation step.

Parameters
[in,out]operationWPA3 SAE 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_BUFFER_TOO_SMALLThe output buffer is too small.
PSA_ERROR_INVALID_ARGUMENTInvalid input argument.
PSA_ERROR_CORRUPTION_DETECTEDA tampering attempt was detected.