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

◆ cracen_jpake_set_password_key()

psa_status_t cracen_jpake_set_password_key ( cracen_jpake_operation_t * operation,
const psa_key_attributes_t * attributes,
const uint8_t * password,
size_t password_length )

#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_jpake.h>

Set the password key for a JPAKE operation.

Parameters
[in,out]operationJPAKE operation context.
[in]attributesKey attributes.
[in]passwordPassword.
[in]password_lengthLength of the password in bytes.
Return values
PSA_SUCCESSThe operation completed successfully.