Lines Matching refs:wpabuf_put
193 pos = wpabuf_put(buf, len); in dpp_get_pubkey_point()
1011 attr_start = wpabuf_put(msg, 0); in dpp_auth_build_req()
1095 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_req()
1171 attr_start = wpabuf_put(msg, 0); in dpp_auth_build_resp()
1190 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_resp()
1728 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_req_attr()
2701 attr_start = wpabuf_put(msg, 0); in dpp_auth_build_conf()
2763 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_conf()
2779 wrapped_i_auth = wpabuf_put(msg, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf()
2810 wrapped_r_nonce = wpabuf_put(msg, r_nonce_len + AES_BLOCK_SIZE); in dpp_auth_build_conf()
4377 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_resp()