![]() |
nrfxlib API 3.3.99
|
| 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.
| [out] | commit | Commit message. |
| rand | Secret random value rand. | |
| mask | Secret random value mask. | |
| pwe | Password element. |
| 0 | If a valid commit message was assembled. |
| -1 | Otherwise. |