Searched refs:prot_hdr_len (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_crypto.c | 588 const u8 *prot_hdr, u16 prot_hdr_len, in dpp_parse_jws_prot_hdr() 594 root = json_parse((const char *) prot_hdr, prot_hdr_len); in dpp_parse_jws_prot_hdr() 707 size_t prot_hdr_len = 0, signature_len = 0, signed_len; in dpp_process_signed_connector() local 725 prot_hdr = base64_url_decode(pos, end - pos, &prot_hdr_len); in dpp_process_signed_connector() 734 prot_hdr, prot_hdr_len); in dpp_process_signed_connector() 735 kid = dpp_parse_jws_prot_hdr(curve, prot_hdr, prot_hdr_len, &hash_func); in dpp_process_signed_connector() 587 dpp_parse_jws_prot_hdr(const struct dpp_curve_params *curve, const u8 *prot_hdr, u16 prot_hdr_len, int *hash_func) dpp_parse_jws_prot_hdr() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 5102 const u8 *prot_hdr, u16 prot_hdr_len, in dpp_parse_jws_prot_hdr() 5108 root = json_parse((const char *) prot_hdr, prot_hdr_len); in dpp_parse_jws_prot_hdr() 5562 size_t prot_hdr_len = 0, signature_len = 0; in dpp_process_signed_connector() local 5596 end - pos, &prot_hdr_len); 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() 5101 dpp_parse_jws_prot_hdr(const struct dpp_curve_params *curve, const u8 *prot_hdr, u16 prot_hdr_len, const EVP_MD **ret_md) dpp_parse_jws_prot_hdr() argument
|
Completed in 14 milliseconds