Searched refs:aes_siv_encrypt (Results 1 – 13 of 13) sorted by relevance
/hostap-latest/src/crypto/ |
D | aes_siv.h | 12 int aes_siv_encrypt(const u8 *key, size_t key_len,
|
D | aes-siv.c | 119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() function
|
D | crypto_module_tests.c | 96 if (aes_siv_encrypt(key, sizeof(key), plaintext, sizeof(plaintext), in test_siv() 126 if (aes_siv_encrypt(key_2, sizeof(key_2), in test_siv()
|
/hostap-latest/src/common/ |
D | dpp_auth.c | 205 if (aes_siv_encrypt(auth->k1, auth->curve->hash_len, clear, siv_len, in dpp_auth_build_req() 391 if (aes_siv_encrypt(siv_key, auth->curve->hash_len, clear, siv_len, in dpp_auth_build_resp() 515 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_auth_build_resp_ok() 1088 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_auth_build_conf() 1104 if (aes_siv_encrypt(auth->k2, auth->curve->hash_len, in dpp_auth_build_conf()
|
D | dpp_backup.c | 297 aes_siv_encrypt(kek, hash_len, wpabuf_head(cont_enc_key), in dpp_build_pw_recipient_info() 405 aes_siv_encrypt(wpabuf_head(cont_enc_key), wpabuf_len(cont_enc_key), in dpp_build_enc_cont_info()
|
D | dpp_reconfig.c | 414 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_reconfig_build_resp() 644 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_reconfig_build_conf()
|
D | dpp_pkex.c | 671 if (aes_siv_encrypt(pkex->z, curve->hash_len, in dpp_pkex_build_commit_reveal_req() 992 if (aes_siv_encrypt(pkex->z, curve->hash_len, in dpp_pkex_build_commit_reveal_resp()
|
D | sae_pk.c | 688 if (aes_siv_encrypt(tmp->kek, tmp->kek_len, in sae_write_confirm_pk()
|
D | dpp.c | 891 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_build_conf_req_attr() 2244 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_build_conf_resp() 3635 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_build_conf_result() 3859 if (aes_siv_encrypt(auth->ke, auth->curve->hash_len, in dpp_build_conn_status_result()
|
/hostap-latest/wpa_supplicant/ |
D | mesh_rsn.c | 634 if (aes_siv_encrypt(sta->aek, sizeof(sta->aek), ampe_ie, 2 + len, 3, in mesh_rsn_protect_frame()
|
/hostap-latest/src/ap/ |
D | wpa_auth.c | 2087 if (aes_siv_encrypt(sm->PTK.kek, sm->PTK.kek_len, kde, kde_len, 3345 if (aes_siv_encrypt(sm->PTK.kek, sm->PTK.kek_len,
|
D | wpa_auth_ft.c | 496 } else if (aes_siv_encrypt(key, key_len, plain, plain_len, in wpa_ft_rrb_encrypt()
|
/hostap-latest/src/rsn_supp/ |
D | wpa.c | 183 if (aes_siv_encrypt(ptk->kek, ptk->kek_len, in wpa_eapol_key_send()
|