![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_pake_set_context | ( | cracen_pake_operation_t * | operation, |
| const uint8_t * | context, | ||
| size_t | context_length ) |
#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_pake.h>
Set the context for a PAKE operation.
| [in,out] | operation | PAKE operation context. |
| [in] | context | Context data. |
| [in] | context_length | Length of the context data in bytes. |
| PSA_SUCCESS | The operation completed successfully. |