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

◆ ocrypto_wpa3_sae_p256_get_commit()

int ocrypto_wpa3_sae_p256_get_commit ( uint8_t commit[96],
const uint8_t rand[32],
const uint8_t mask[32],
const uint8_t pwe[64] )

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

Get SAE commit message.

Parameters
[out]commitCommit message.
randSecret random value rand.
maskSecret random value mask.
pwePassword element.
Return values
0If a valid commit message was assembled.
-1Otherwise.