Searched refs:prot_hdr (Results 1 – 1 of 1) sorted by relevance
5102 const u8 *prot_hdr, u16 prot_hdr_len, in dpp_parse_jws_prot_hdr() argument5108 root = json_parse((const char *) prot_hdr, prot_hdr_len); in dpp_parse_jws_prot_hdr()5561 unsigned char *prot_hdr = NULL, *signature = NULL; in dpp_process_signed_connector() local5595 prot_hdr = base64_url_decode((const unsigned char *) pos, in dpp_process_signed_connector()5597 if (!prot_hdr) { in dpp_process_signed_connector()5605 prot_hdr, prot_hdr_len); in dpp_process_signed_connector()5606 kid = dpp_parse_jws_prot_hdr(curve, prot_hdr, prot_hdr_len, &sign_md); in dpp_process_signed_connector()5709 os_free(prot_hdr); in dpp_process_signed_connector()