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