Searched refs:base64_encode (Results 1 – 12 of 12) sorted by relevance
| /openbmc/libcper/include/libcper/ |
| H A D | base64.h | 20 CHAR8 *base64_encode(const UINT8 *src, INT32 len, INT32 *out_len);
|
| /openbmc/libcper/sections/ |
| H A D | cper-section-dmar-iommu.c | 55 char *encoded = base64_encode((UINT8 *)iommu_error->EventLogEntry, 16, in cper_section_dmar_iommu_to_ir() 70 encoded = base64_encode((UINT8 *)iommu_error->DeviceTableEntry, 32, in cper_section_dmar_iommu_to_ir()
|
| H A D | cper-section-cxl-protocol.c | 150 encoded = base64_encode( in cper_section_cxl_protocol_to_ir() 179 encoded = base64_encode(cur_pos, in cper_section_cxl_protocol_to_ir() 205 encoded = base64_encode((UINT8 *)cur_pos, in cper_section_cxl_protocol_to_ir()
|
| H A D | cper-section-dmar-vtd.c | 107 base64_encode((UINT8 *)vtd_error->RootEntry, 16, &encoded_len); in cper_section_dmar_vtd_to_ir() 115 encoded = base64_encode((UINT8 *)vtd_error->ContextEntry, 16, in cper_section_dmar_vtd_to_ir()
|
| H A D | cper-section-ccix-per.c | 72 char *encoded = base64_encode((UINT8 *)cur_pos, in cper_section_ccix_per_to_ir()
|
| H A D | cper-section-cxl-component.c | 97 char *encoded = base64_encode(cur_pos, remaining_len, in cper_section_cxl_component_to_ir()
|
| H A D | cper-section-pcie.c | 464 encoded = base64_encode((UINT8 *)pcie_error->Capability.PcieCap, 60, in pcie_capability_to_ir() 1081 encoded = base64_encode((UINT8 *)pcie_error->AerInfo.PcieAer, 96, in pcie_aer_to_ir()
|
| H A D | cper-section-arm.c | 265 char *encoded = base64_encode(cur_pos, input_size, in cper_section_arm_to_ir() 873 char *encoded = base64_encode((UINT8 *)*cur_pos, in cper_arm_processor_context_to_ir()
|
| H A D | cper-section-ia32x64.c | 538 char *encoded = base64_encode((UINT8 *)*cur_pos, in cper_ia32x64_processor_context_info_to_ir()
|
| /openbmc/libcper/tests/ |
| H A D | base64_test.c | 22 char *encoded = base64_encode((unsigned char *)data, in test_base64_encode_good()
|
| /openbmc/libcper/ |
| H A D | base64.c | 16 CHAR8 *base64_encode(const UINT8 *src, INT32 len, INT32 *out_len) in base64_encode() function
|
| H A D | cper-parse.c | 482 char *encoded = base64_encode(cper_section_buf, in cper_buf_section_to_ir()
|