Lines Matching refs:AES_BLOCK_SIZE

821 	attr_len = 4 + clear_len + AES_BLOCK_SIZE;  in dpp_build_conf_req_attr()
886 wpabuf_put_le16(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_req_attr()
887 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_req_attr()
896 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_req_attr()
2119 attr_len = 4 + 1 + 4 + clear_len + AES_BLOCK_SIZE; in dpp_build_conf_resp()
2240 wpabuf_put_le16(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_resp()
2241 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_resp()
2249 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_resp()
2308 if (!wrapped_data || wrapped_data_len < AES_BLOCK_SIZE) { in dpp_conf_req_rx()
2316 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_conf_req_rx()
3320 if (!wrapped_data || wrapped_data_len < AES_BLOCK_SIZE) { in dpp_conf_resp_rx()
3328 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_conf_resp_rx()
3526 if (!wrapped_data || wrapped_data_len < AES_BLOCK_SIZE) { in dpp_conf_result_rx()
3544 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_conf_result_rx()
3605 attr_len = 4 + clear_len + AES_BLOCK_SIZE; in dpp_build_conf_result()
3631 wpabuf_put_le16(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_result()
3632 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_result()
3685 if (!wrapped_data || wrapped_data_len < AES_BLOCK_SIZE) { in dpp_conn_status_result_rx()
3703 unwrapped_len = wrapped_data_len - AES_BLOCK_SIZE; in dpp_conn_status_result_rx()
3827 attr_len = 4 + clear_len + AES_BLOCK_SIZE; in dpp_build_conn_status_result()
3855 wpabuf_put_le16(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conn_status_result()
3856 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conn_status_result()