Searched refs:base64_encode (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/lib/ |
H A D | base64.c | 32 int base64_encode(const u8 *src, int srclen, char *dst) in base64_encode() function 57 EXPORT_SYMBOL_GPL(base64_encode);
|
/openbmc/libcper/sections/ |
H A D | cper-section-cxl-protocol.c | 110 encoded = base64_encode( in cper_section_cxl_protocol_to_ir() 137 encoded = base64_encode((UINT8 *)cur_pos, in cper_section_cxl_protocol_to_ir() 155 encoded = base64_encode((UINT8 *)cur_pos, in cper_section_cxl_protocol_to_ir()
|
H A D | cper-section-dmar-iommu.c | 36 char *encoded = base64_encode((UINT8 *)iommu_error->EventLogEntry, 16, in cper_section_dmar_iommu_to_ir() 51 encoded = base64_encode((UINT8 *)iommu_error->DeviceTableEntry, 32, in cper_section_dmar_iommu_to_ir()
|
H A D | cper-section-dmar-vtd.c | 88 base64_encode((UINT8 *)vtd_error->RootEntry, 16, &encoded_len); in cper_section_dmar_vtd_to_ir() 96 encoded = base64_encode((UINT8 *)vtd_error->ContextEntry, 16, in cper_section_dmar_vtd_to_ir()
|
H A D | cper-section-ccix-per.c | 44 char *encoded = base64_encode((UINT8 *)cur_pos, in cper_section_ccix_per_to_ir()
|
H A D | cper-section-pcie.c | 126 char *encoded = base64_encode((UINT8 *)pcie_error->Capability.PcieCap, in cper_section_pcie_to_ir() 145 encoded = base64_encode((UINT8 *)pcie_error->AerInfo.PcieAer, 96, in cper_section_pcie_to_ir()
|
H A D | cper-section-cxl-component.c | 69 char *encoded = base64_encode((UINT8 *)cur_pos, remaining_len, in cper_section_cxl_component_to_ir()
|
H A D | cper-section-arm.c | 133 base64_encode(cur_pos, input_size, &encoded_len); in cper_section_arm_to_ir() 452 char *encoded = base64_encode((UINT8 *)cur_pos, in cper_arm_processor_context_to_ir()
|
H A D | cper-section-ia32x64.c | 394 char *encoded = base64_encode((UINT8 *)*cur_pos, in cper_ia32x64_processor_context_info_to_ir()
|
/openbmc/linux/include/linux/ |
H A D | base64.h | 13 int base64_encode(const u8 *src, int len, char *dst);
|
/openbmc/libcper/include/libcper/ |
H A D | base64.h | 20 CHAR8 *base64_encode(const UINT8 *src, INT32 len, INT32 *out_len);
|
/openbmc/libcper/tests/ |
H A D | base64_test.cpp | 10 char *encoded = base64_encode(data.data(), data.size(), &encoded_len); in TEST()
|
/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 | 369 char *encoded = base64_encode( in cper_section_to_ir()
|