Lines Matching full:encoded
87 char *encoded = in cper_section_dmar_vtd_to_ir() local
90 json_object_new_string_len(encoded, in cper_section_dmar_vtd_to_ir()
92 free(encoded); in cper_section_dmar_vtd_to_ir()
96 encoded = base64_encode((UINT8 *)vtd_error->ContextEntry, 16, in cper_section_dmar_vtd_to_ir()
98 if (encoded == NULL) { in cper_section_dmar_vtd_to_ir()
102 json_object_new_string_len(encoded, in cper_section_dmar_vtd_to_ir()
104 free(encoded); in cper_section_dmar_vtd_to_ir()
180 json_object *encoded = json_object_object_get(section, "rootEntry"); in ir_section_dmar_vtd_to_cper() local
183 UINT8 *decoded = base64_decode(json_object_get_string(encoded), in ir_section_dmar_vtd_to_cper()
184 json_object_get_string_len(encoded), in ir_section_dmar_vtd_to_cper()
194 encoded = json_object_object_get(section, "contextEntry"); in ir_section_dmar_vtd_to_cper()
197 decoded = base64_decode(json_object_get_string(encoded), in ir_section_dmar_vtd_to_cper()
198 json_object_get_string_len(encoded), in ir_section_dmar_vtd_to_cper()