Lines Matching refs:wpabuf_head
892 wpabuf_head(clear), wpabuf_len(clear), in dpp_build_conf_req_attr()
1003 csr = base64_encode_no_lf(wpabuf_head(auth->csr), in dpp_build_conf_req_helper()
1044 buf = dpp_build_conf_req(auth, wpabuf_head(json)); in dpp_build_conf_req_helper()
1573 pos = wpabuf_head(pub); in dpp_build_jwk()
1792 (const char *) wpabuf_head(dppcon)); in dpp_build_conf_obj_dpp()
1835 json_add_base64(buf, "certBag", wpabuf_head(auth->certbag), in dpp_build_conf_obj_dpp()
1840 wpabuf_head(auth->cacert), in dpp_build_conf_obj_dpp()
1884 wpabuf_head(buf), wpabuf_len(buf)); in dpp_build_conf_obj_dpp()
1944 wpabuf_head(buf), wpabuf_len(buf)); in dpp_build_conf_obj_legacy()
2058 wpabuf_head(conf), wpabuf_len(conf)); in dpp_build_conf_resp()
2235 addr[0] = wpabuf_head(msg); in dpp_build_conf_resp()
2245 wpabuf_head(clear), wpabuf_len(clear), in dpp_build_conf_resp()
2523 txt = base64_encode_no_lf(wpabuf_head(cert_req), in dpp_conf_req_rx()
2655 key = crypto_ec_key_set_pub(curve->ike_group, wpabuf_head(x), in dpp_parse_jwk()
2656 wpabuf_head(y), wpabuf_len(x)); in dpp_parse_jwk()
3187 wpabuf_head(ssid64), wpabuf_len(ssid64)); in dpp_parse_conf_obj()
3218 os_memcpy(conf->ssid, wpabuf_head(ssid64), conf->ssid_len); in dpp_parse_conf_obj()
3312 if (dpp_check_attrs(wpabuf_head(resp), wpabuf_len(resp)) < 0) { in dpp_conf_resp_rx()
3317 wrapped_data = dpp_get_attr(wpabuf_head(resp), wpabuf_len(resp), in dpp_conf_resp_rx()
3333 addr[0] = wpabuf_head(resp); in dpp_conf_resp_rx()
3334 len[0] = wrapped_data - 4 - (const u8 *) wpabuf_head(resp); in dpp_conf_resp_rx()
3365 status = dpp_get_attr(wpabuf_head(resp), wpabuf_len(resp), in dpp_conf_resp_rx()
3636 wpabuf_head(clear), wpabuf_len(clear), in dpp_build_conf_result()
3756 os_memcpy(ssid, wpabuf_head(ssid64), *ssid_len); in dpp_conn_status_result_rx()
3804 wpabuf_head(json), wpabuf_len(json)); in dpp_build_conn_status()
3860 wpabuf_head(clear), wpabuf_len(clear), in dpp_build_conn_status_result()
3905 ret = wpa_snprintf_hex(buf, buflen, wpabuf_head(key), wpabuf_len(key)); in dpp_configurator_get_key()
3926 addr[0] = wpabuf_head(csign_pub); in dpp_configurator_gen_kid()
4016 ret = dpp_parse_conf_obj(auth, wpabuf_head(conf_obj), in dpp_configurator_own_config()