![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_pake_setup | ( | cracen_pake_operation_t * | operation, |
| const psa_key_attributes_t * | attributes, | ||
| const uint8_t * | password, | ||
| size_t | password_length, | ||
| const psa_pake_cipher_suite_t * | cipher_suite ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_pake.h>
Set up a PAKE operation.
| [in,out] | operation | PAKE operation context. |
| [in] | attributes | Key attributes. |
| [in] | password | Password. |
| [in] | password_length | Length of the password in bytes. |
| [in] | cipher_suite | PAKE cipher suite. |
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_NOT_SUPPORTED | The algorithm is not supported. |