![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_srp_setup | ( | cracen_srp_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_srp.h>
Set up an SRP operation.
| [in,out] | operation | SRP 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. |