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