Searched refs:jws_prot_hdr (Results 1 – 1 of 1) sorted by relevance
2443 struct wpabuf *jws_prot_hdr; in dpp_build_jws_prot_hdr() local2446 jws_prot_hdr = wpabuf_alloc(100); in dpp_build_jws_prot_hdr()2447 if (!jws_prot_hdr) in dpp_build_jws_prot_hdr()2449 json_start_object(jws_prot_hdr, NULL); in dpp_build_jws_prot_hdr()2450 json_add_string(jws_prot_hdr, "typ", "dppCon"); in dpp_build_jws_prot_hdr()2451 json_value_sep(jws_prot_hdr); in dpp_build_jws_prot_hdr()2452 json_add_string(jws_prot_hdr, "kid", conf->kid); in dpp_build_jws_prot_hdr()2453 json_value_sep(jws_prot_hdr); in dpp_build_jws_prot_hdr()2454 json_add_string(jws_prot_hdr, "alg", conf->curve->jws_alg); in dpp_build_jws_prot_hdr()2455 json_end_object(jws_prot_hdr); in dpp_build_jws_prot_hdr()[all …]