![]() |
nRF Connect SDK API 3.3.99
|
Go to the source code of this file.
Functions | |
| psa_status_t | cracen_wpa3_sae_setup (cracen_wpa3_sae_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *password, size_t password_length, const psa_pake_cipher_suite_t *cipher_suite) |
| Set up a WPA3 SAE operation. | |
| psa_status_t | cracen_wpa3_sae_set_user (cracen_wpa3_sae_operation_t *operation, const uint8_t *user_id, size_t user_id_len) |
| Set the user identifier for a WPA3 SAE operation. | |
| psa_status_t | cracen_wpa3_sae_set_peer (cracen_wpa3_sae_operation_t *operation, const uint8_t *peer_id, size_t peer_id_len) |
| Set the peer identifier for a WPA3 SAE operation. | |
| psa_status_t | cracen_wpa3_sae_output (cracen_wpa3_sae_operation_t *operation, psa_pake_step_t step, uint8_t *output, size_t output_size, size_t *output_length) |
| Get output from a WPA3 SAE operation step. | |
| psa_status_t | cracen_wpa3_sae_input (cracen_wpa3_sae_operation_t *operation, psa_pake_step_t step, const uint8_t *input, size_t input_length) |
| Provide input to a WPA3 SAE operation step. | |
| psa_status_t | cracen_wpa3_sae_get_shared_key (cracen_wpa3_sae_operation_t *operation, const psa_key_attributes_t *attributes, uint8_t *output, size_t output_size, size_t *output_length) |
| Get the shared key from a completed WPA3 SAE operation. | |
| psa_status_t | cracen_wpa3_sae_abort (cracen_wpa3_sae_operation_t *operation) |
| Abort a WPA3 SAE operation. | |