Searched refs:jws_prot_hdr (Results 1 – 1 of 1) sorted by relevance
3992 struct wpabuf *jws_prot_hdr; in dpp_build_conf_obj_dpp() local4081 jws_prot_hdr = wpabuf_alloc(100); in dpp_build_conf_obj_dpp()4082 if (!jws_prot_hdr) in dpp_build_conf_obj_dpp()4084 json_start_object(jws_prot_hdr, NULL); in dpp_build_conf_obj_dpp()4085 json_add_string(jws_prot_hdr, "typ", "dppCon"); in dpp_build_conf_obj_dpp()4086 json_value_sep(jws_prot_hdr); in dpp_build_conf_obj_dpp()4087 json_add_string(jws_prot_hdr, "kid", auth->conf->kid); in dpp_build_conf_obj_dpp()4088 json_value_sep(jws_prot_hdr); in dpp_build_conf_obj_dpp()4089 json_add_string(jws_prot_hdr, "alg", curve->jws_alg); in dpp_build_conf_obj_dpp()4090 json_end_object(jws_prot_hdr); in dpp_build_conf_obj_dpp()[all …]