Searched refs:siv_len (Results 1 – 1 of 1) sorted by relevance
/hostap-3.7.0/src/common/ |
D | dpp_auth.c | 71 size_t len[2], siv_len, attr_len; in dpp_auth_build_req() local 203 siv_len = pos - clear; in dpp_auth_build_req() 204 wpa_hexdump(MSG_DEBUG, "DPP: AES-SIV cleartext", clear, siv_len); in dpp_auth_build_req() 205 if (aes_siv_encrypt(auth->k1, auth->curve->hash_len, clear, siv_len, in dpp_auth_build_req() 210 siv_len += AES_BLOCK_SIZE; in dpp_auth_build_req() 212 wrapped_data, siv_len); in dpp_auth_build_req() 215 wpabuf_put_le16(msg, siv_len); in dpp_auth_build_req() 216 wpabuf_put_data(msg, wrapped_data, siv_len); in dpp_auth_build_req() 250 size_t len[2], siv_len, attr_len; in dpp_auth_build_resp() local 389 siv_len = pos - clear; in dpp_auth_build_resp() [all …]
|