Searched refs:prot_hdr (Results 1 – 1 of 1) sorted by relevance
5009 const u8 *prot_hdr, u16 prot_hdr_len, in dpp_parse_jws_prot_hdr() argument5015 root = json_parse((const char *) prot_hdr, prot_hdr_len); in dpp_parse_jws_prot_hdr()5467 unsigned char *prot_hdr = NULL, *signature = NULL; in dpp_process_signed_connector() local5501 prot_hdr = base64_url_decode((const unsigned char *) pos, in dpp_process_signed_connector()5503 if (!prot_hdr) { in dpp_process_signed_connector()5511 prot_hdr, prot_hdr_len); in dpp_process_signed_connector()5512 kid = dpp_parse_jws_prot_hdr(curve, prot_hdr, prot_hdr_len, &sign_md); in dpp_process_signed_connector()5615 os_free(prot_hdr); in dpp_process_signed_connector()