nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ ocrypto_wpa3_sae_p256_check_confirm()

int ocrypto_wpa3_sae_p256_check_confirm ( const uint8_t confirm[34],
const uint8_t kck[32],
const uint8_t commit[96],
const uint8_t peer_commit[96] )

#include <crypto/nrf_oberon/include/ocrypto_wpa3_sae_p256.h>

Check SAE confirm message for consistency.

Parameters
confirmConfirm message.
kckConfirmation key.
commitLocal commit message.
peer_commitPeer commit message.
Return values
0If &p confirm is a valid confirm message.
-1Otherwise.