Searched refs:siv_len (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 995 size_t len[2], siv_len, attr_len; in dpp_auth_build_req() local 1107 siv_len = pos - clear; in dpp_auth_build_req() 1108 wpa_hexdump(MSG_DEBUG, "DPP: AES-SIV cleartext", clear, siv_len); in dpp_auth_build_req() 1109 if (aes_siv_encrypt(auth->k1, auth->curve->hash_len, clear, siv_len, in dpp_auth_build_req() 1114 siv_len += AES_BLOCK_SIZE; in dpp_auth_build_req() 1116 wrapped_data, siv_len); in dpp_auth_build_req() 1119 wpabuf_put_le16(msg, siv_len); in dpp_auth_build_req() 1120 wpabuf_put_data(msg, wrapped_data, siv_len); in dpp_auth_build_req() 1154 size_t len[2], siv_len, attr_len; in dpp_auth_build_resp() local 1280 siv_len = pos - clear; in dpp_auth_build_resp() [all …]
|