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

◆ ocrypto_wpa3_sae_p256_check_pt()

int ocrypto_wpa3_sae_p256_check_pt ( const uint8_t pt[64])

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

Check the consistency of a secret element PT.

Parameters
ptECC point.
Return values
0If pt is a valid curve point.
-1Otherwise.