Home
last modified time | relevance | path

Searched refs:jws_prot_hdr (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_crypto.c2472 struct wpabuf *jws_prot_hdr; in dpp_build_jws_prot_hdr() local
2475 jws_prot_hdr = wpabuf_alloc(100); in dpp_build_jws_prot_hdr()
2476 if (!jws_prot_hdr) in dpp_build_jws_prot_hdr()
2478 json_start_object(jws_prot_hdr, NULL); in dpp_build_jws_prot_hdr()
2479 json_add_string(jws_prot_hdr, "typ", "dppCon"); in dpp_build_jws_prot_hdr()
2480 json_value_sep(jws_prot_hdr); in dpp_build_jws_prot_hdr()
2481 json_add_string(jws_prot_hdr, "kid", conf->kid); in dpp_build_jws_prot_hdr()
2482 json_value_sep(jws_prot_hdr); in dpp_build_jws_prot_hdr()
2483 json_add_string(jws_prot_hdr, "alg", conf->curve->jws_alg); in dpp_build_jws_prot_hdr()
2484 json_end_object(jws_prot_hdr); in dpp_build_jws_prot_hdr()
[all …]