nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ cracen_jpake_set_peer()

psa_status_t cracen_jpake_set_peer ( cracen_jpake_operation_t * operation,
const uint8_t * peer_id,
size_t peer_id_len )

#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_jpake.h>

Set the peer identifier for a JPAKE operation.

Parameters
[in,out]operationJPAKE operation context.
[in]peer_idPeer identifier.
[in]peer_id_lenLength of the peer identifier in bytes.
Return values
PSA_SUCCESSThe operation completed successfully.