![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_spake2p_set_password_key | ( | cracen_spake2p_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_spake2p.h>
Set the password key for a SPAKE2+ operation.
| [in,out] | operation | SPAKE2+ operation context. |
| [in] | attributes | Key attributes. |
| [in] | password | Password. |
| [in] | password_length | Length of the password in bytes. |
| PSA_SUCCESS | The operation completed successfully. |