![]() |
nrfxlib API 3.3.99
|
| void ocrypto_wpa3_sae_p256_get_confirm | ( | uint8_t | confirm[34], |
| const uint8_t | kck[32], | ||
| const uint8_t | commit[96], | ||
| const uint8_t | peer_commit[96], | ||
| uint16_t | send_confirm ) |
#include <crypto/nrf_oberon/include/ocrypto_wpa3_sae_p256.h>
Get SAE confirm message.
| [out] | confirm | Confirm message. |
| kck | Key confirmation key. | |
| commit | Local commit message. | |
| peer_commit | Peer commit message. | |
| send_confirm | Send confirm counter. |