![]() |
nrfxlib API 3.3.99
|
| int ocrypto_wpa3_sae_p256_keys | ( | uint8_t | kck[32], |
| uint8_t | pmk[32], | ||
| uint8_t | pmkid[16], | ||
| const uint8_t | pwe[64], | ||
| const uint8_t | rand[32], | ||
| const uint8_t | commit[96], | ||
| const uint8_t | peer_commit[96], | ||
| const uint8_t * | rej_list, | ||
| size_t | rej_len ) |
#include <crypto/nrf_oberon/include/ocrypto_wpa3_sae_p256.h>
Get confirmation key (KCK) and pairwise master key (PMK).
| [out] | kck | Confirmation key. |
| [out] | pmk | Pairwise master key. |
| [out] | pmkid | Key id. |
| pwe | Password element. | |
| rand | Secret random value rand. | |
| commit | Local commit message. | |
| peer_commit | Peer commit message. | |
| rej_list | Rejected group list. Optional, may be NULL. | |
| rej_len | Rejected group list length. |
| 0 | If the arguments are valid. |
| -1 | Otherwise. |