![]() |
nrfxlib API 3.3.99
|
| 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.
| confirm | Confirm message. |
| kck | Confirmation key. |
| commit | Local commit message. |
| peer_commit | Peer commit message. |
| 0 | If &p confirm is a valid confirm message. |
| -1 | Otherwise. |