Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c1850 struct wpabuf *jws_prot_hdr; in dpp_build_jws_prot_hdr() local
1853 jws_prot_hdr = wpabuf_alloc(100); in dpp_build_jws_prot_hdr()
1854 if (!jws_prot_hdr) in dpp_build_jws_prot_hdr()
1856 json_start_object(jws_prot_hdr, NULL); in dpp_build_jws_prot_hdr()
1857 json_add_string(jws_prot_hdr, "typ", "dppCon"); in dpp_build_jws_prot_hdr()
1858 json_value_sep(jws_prot_hdr); in dpp_build_jws_prot_hdr()
1859 json_add_string(jws_prot_hdr, "kid", conf->kid); in dpp_build_jws_prot_hdr()
1860 json_value_sep(jws_prot_hdr); in dpp_build_jws_prot_hdr()
1861 json_add_string(jws_prot_hdr, "alg", conf->curve->jws_alg); in dpp_build_jws_prot_hdr()
1862 json_end_object(jws_prot_hdr); in dpp_build_jws_prot_hdr()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c4590 char jws_prot_hdr[100]; in dpp_build_conf_obj_dpp() local
4683 os_snprintf(jws_prot_hdr, sizeof(jws_prot_hdr), in dpp_build_conf_obj_dpp()
4686 signed1 = (char *) base64_url_encode((unsigned char *) jws_prot_hdr, in dpp_build_conf_obj_dpp()
4687 os_strlen(jws_prot_hdr), in dpp_build_conf_obj_dpp()

Completed in 22 milliseconds