Home
last modified time | relevance | path

Searched refs:CSR (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/phosphor-certificate-manager/
H A Dcsr.hpp19 sdbusplus::xyz::openbmc_project::Certs::server::CSR>;
25 class CSR : public internal::CSRInterface class
28 CSR() = delete;
29 ~CSR() = default;
30 CSR(const CSR&) = delete;
31 CSR& operator=(const CSR&) = delete;
32 CSR(CSR&&) = delete;
33 CSR& operator=(CSR&&) = delete;
41 CSR(sdbusplus::bus_t& bus, const char* path, std::string&& installPath,
H A Dcsr.cpp32 CSR::CSR(sdbusplus::bus_t& bus, const char* path, std::string&& installPath, in CSR() function in phosphor::certs::CSR
42 std::string CSR::csr() in csr()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md69 ## CSR section in BMC Certificate management
71 ### User flow for generating and installing Certificates(CSR Based) argument
73 [Certificate Signing Request][csr](CSR) is a message sent from an applicant to a
75 This section provides the details of the CSR based certificate user flow.
77 - The user performs the CSR/create interface BMC creates new private key and CSR
78 object which includes CSR information.
79 - The user performs the CSR/export interface Allows the user to export the CSR
80 file which is part of newly created CSR object. This can be provided to the CA
91 - BMC updates the private key associated to CSR for any new CSR request.
92 - BMC upload process automatically appends certificate file with system CSR
[all …]
/openbmc/qemu/hw/net/
H A Dtulip.c294 case CSR(0): in tulip_reg_name()
297 case CSR(1): in tulip_reg_name()
300 case CSR(2): in tulip_reg_name()
303 case CSR(3): in tulip_reg_name()
306 case CSR(4): in tulip_reg_name()
309 case CSR(5): in tulip_reg_name()
312 case CSR(6): in tulip_reg_name()
315 case CSR(7): in tulip_reg_name()
318 case CSR(8): in tulip_reg_name()
321 case CSR(9): in tulip_reg_name()
[all …]
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmicert_management.robot33 Get CSR Request Signed By VMI And Verify
34 [Documentation] Get CSR request signed by VMI using different user roles and verify.
41 # Send CSR request from operator user.
44 # Send CSR request from ReadOnly user.
47 # Send CSR request from NoAccess user.
70 Send CSR Request When VMI Is Off And Verify
71 [Documentation] Send CSR signing request to VMI when it is off and expect an error.
81 # Send CSR request from operator user.
84 # Send CSR request from ReadOnly user.
87 # Send CSR request from NoAccess user.
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/
H A Dmeson.build4 sdbusplus_current_path = 'xyz/openbmc_project/Certs/CSR'
8 input: ['../../../../../yaml/xyz/openbmc_project/Certs/CSR.interface.yaml'],
27 'xyz/openbmc_project/Certs/CSR',
41 'xyz/openbmc_project/Certs/CSR/Create__markdown'.underscorify(),
43 '../../../../../yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml',
57 'xyz/openbmc_project/Certs/CSR/Create',
/openbmc/docs/designs/management-console/
H A DVMI_Certificate_Exchange.md38 Management console needs an API through which it can send the CSR to VMI (CA)
55 its self-signed certificate to sign CSR from client.
66 The management console can send CSR string to VMI (CA) and get signed
92 | | | Sign CSR
119 '{"CsrString":"<CSR string>"}' https://{BMC_IP}/ibm/v1/Host/Actions/SignCSR
159 ### Current flow for generating and installing Certificates (CSR Based):
161 - Certificate Signing Request CSR is a message sent from an applicant to a
163 - The user calls CSR interface BMC creates new private key and CSR Certificate
165 - CSR certificate is passed onto the CA to sign the certificate and then upload
166 CSR signed certificate and install the certificate.
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot138 Verify CSR Generation For Server Certificate
139 [Documentation] Verify CSR generation for server certificate.
141 [Template] Generate CSR Via Redfish
150 Verify CSR Generation For Client Certificate
151 [Documentation] Verify CSR generation for client certificate.
153 [Template] Generate CSR Via Redfish
162 Verify CSR Generation For Server Certificate With Invalid Value
163 [Documentation] Verify error while generating CSR for server certificate with invalid value.
165 [Template] Generate CSR Via Redfish
173 Verify CSR Generation For Client Certificate With Invalid Value
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/
H A Dmeson.build2 subdir('CSR') subdir
9 … '../../../../../../../yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml',
11 output: ['CSR.md'],
23 'xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/Create/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Certs/CSR/Create'
6 'xyz/openbmc_project/Certs/CSR/Create__cpp'.underscorify(),
8 '../../../../../../yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml',
28 'xyz/openbmc_project/Certs/CSR/Create',
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_certificate.robot157 Verify CSR Generation For Server Certificate Via Redfishtool
158 [Documentation] Verify CSR generation for server certificate.
160 [Template] Generate CSR Via Redfishtool
169 Verify CSR Generation For Client Certificate Via Redfishtool
170 [Documentation] Verify CSR generation for client certificate.
172 [Template] Generate CSR Via Redfishtool
181 Verify CSR Generation For Server Certificate With Invalid Value Via Redfishtool
182 [Documentation] Verify error while generating CSR for server certificate with invalid value.
184 [Template] Generate CSR Via Redfishtool
191 Verify CSR Generation For Client Certificate With Invalid Value Via Redfishtool
[all …]
/openbmc/linux/drivers/scsi/aacraid/
H A Daacraid.h1083 #define sa_readw(AEP, CSR) readl(&((AEP)->regs.sa->CSR)) argument
1084 #define sa_readl(AEP, CSR) readl(&((AEP)->regs.sa->CSR)) argument
1085 #define sa_writew(AEP, CSR, value) writew(value, &((AEP)->regs.sa->CSR)) argument
1086 #define sa_writel(AEP, CSR, value) writel(value, &((AEP)->regs.sa->CSR)) argument
1145 #define rx_readb(AEP, CSR) readb(&((AEP)->regs.rx->CSR)) argument
1146 #define rx_readl(AEP, CSR) readl(&((AEP)->regs.rx->CSR)) argument
1147 #define rx_writeb(AEP, CSR, value) writeb(value, &((AEP)->regs.rx->CSR)) argument
1148 #define rx_writel(AEP, CSR, value) writel(value, &((AEP)->regs.rx->CSR)) argument
1163 #define rkt_readb(AEP, CSR) readb(&((AEP)->regs.rkt->CSR)) argument
1164 #define rkt_readl(AEP, CSR) readl(&((AEP)->regs.rkt->CSR)) argument
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR'
8 …'../../../../../../../../yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml…
28 'xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR',
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc_internals.h243 REG32(CSR, 0x94)
244 FIELD(CSR, LPWRRSTF, 31, 1)
245 FIELD(CSR, WWDGRSTF, 30, 1)
246 FIELD(CSR, IWWGRSTF, 29, 1)
247 FIELD(CSR, SFTRSTF, 28, 1)
248 FIELD(CSR, BORRSTF, 27, 1)
249 FIELD(CSR, PINRSTF, 26, 1)
250 FIELD(CSR, OBLRSTF, 25, 1)
251 FIELD(CSR, FWRSTF, 24, 1)
252 FIELD(CSR, RMVF, 23, 1)
[all …]
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md7 B. Generate CSR for server certificate
9 C. Create CA signed server certificate using CSR request
46 **Generate CSR for server certificate**
48 1. Create CSR request file (csr_file.json) with all of the following fields.
82 2. Generate CSR request using the following Redfish command.
116 **Create CA signed server certificate using CSR request**
118 1. Use BMC generated CSR request (device.csr) to generate CA signed certificate
/openbmc/linux/drivers/dma/
H A Dtxx9dmac.c296 channel64_readl(dc, CSR)); in txx9dmac_dump_regs()
308 channel32_readl(dc, CSR)); in txx9dmac_dump_regs()
339 if (channel_readl(dc, CSR) & TXX9_DMA_CSR_XFACT) { in txx9dmac_dostart()
349 channel64_writel(dc, CSR, 0xffffffff); in txx9dmac_dostart()
370 channel32_writel(dc, CSR, 0xffffffff); in txx9dmac_dostart()
480 desc->SAIR, desc->DAIR, desc->CCR, desc->CSR); in txx9dmac_dump_desc()
493 d->SAIR, d->DAIR, d->CCR, d->CSR); in txx9dmac_dump_desc()
519 channel_writel(dc, CSR, errors); in txx9dmac_handle_error()
545 csr = channel64_readl(dc, CSR); in txx9dmac_scan_descriptors()
546 channel64_writel(dc, CSR, csr); in txx9dmac_scan_descriptors()
[all …]
H A Dtxx9dmac.h78 TXX9_DMA_REG32(CSR); /* Channel Status Register */
88 u32 CSR; member
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/
H A Dmeson.build3 subdir('CSR') subdir
61 input: ['../../../../yaml/xyz/openbmc_project/Certs/CSR.interface.yaml'],
62 output: ['CSR.md'],
74 'xyz/openbmc_project/Certs/CSR',
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dxgene.txt36 - reg : shall be a list of address and length pairs describing the CSR
49 - csr-offset : Offset to the CSR reset register from the reset address base.
51 - csr-mask : CSR reset mask bit. Default is 0xF.
54 - enable-mask : CSR enable mask bit. Default is 0xF.
55 - divider-offset : Offset to the divider CSR register from the divider base.
/openbmc/qemu/hw/sd/
H A Dsd.c654 FIELD(CSR, AKE_SEQ_ERROR, 3, 1)
655 FIELD(CSR, APP_CMD, 5, 1)
656 FIELD(CSR, FX_EVENT, 6, 1)
657 FIELD(CSR, SWITCH_ERROR, 7, 1)
658 FIELD(CSR, READY_FOR_DATA, 8, 1)
659 FIELD(CSR, CURRENT_STATE, 9, 4)
660 FIELD(CSR, ERASE_RESET, 13, 1)
661 FIELD(CSR, CARD_ECC_DISABLED, 14, 1)
662 FIELD(CSR, WP_ERASE_SKIP, 15, 1)
663 FIELD(CSR, CSD_OVERWRITE, 16, 1)
[all …]
/openbmc/linux/drivers/staging/qlge/
H A Dqlge_mpi.c9 tmp = qlge_read32(qdev, CSR); in qlge_unpause_mpi_risc()
13 qlge_write32(qdev, CSR, CSR_CMD_CLR_PAUSE); in qlge_unpause_mpi_risc()
23 qlge_write32(qdev, CSR, CSR_CMD_SET_PAUSE); in qlge_pause_mpi_risc()
25 tmp = qlge_read32(qdev, CSR); in qlge_pause_mpi_risc()
39 qlge_write32(qdev, CSR, CSR_CMD_SET_RST); in qlge_hard_reset_mpi_risc()
41 tmp = qlge_read32(qdev, CSR); in qlge_hard_reset_mpi_risc()
43 qlge_write32(qdev, CSR, CSR_CMD_CLR_RST); in qlge_hard_reset_mpi_risc()
170 if (qlge_read32(qdev, CSR) & CSR_HRI) in qlge_exec_mb_cmd()
189 qlge_write32(qdev, CSR, CSR_CMD_SET_H2R_INT); in qlge_exec_mb_cmd()
513 qlge_write32(qdev, CSR, CSR_CMD_CLR_R2PCI_INT); in qlge_mpi_handler()
[all …]
/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dirq-chip-model.rst151 - CPUINTC:即《龙芯架构参考手册卷一》第7.4节所描述的CSR.ECFG/CSR.ESTAT寄存器及其
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_privileged.c.inc200 /* CSR is undefined: read as 0. */
225 /* CSR is undefined: write ignored, read old_value as 0. */
230 /* CSR is readonly: trap. */
256 /* CSR is undefined: write ignored, read old_value as 0. */
262 /* CSR is readonly: trap. */
/openbmc/docs/designs/
H A Dredfish-tls-user-authentication.md48 After that is completed, user should request a **CSR** (**C**ertificate
67 │ │ Generate CSR
70 │ Request certificate using CSR │ │
132 #### Generating CSR
134 User can generate CSR in any way that is convenient to him.
/openbmc/qemu/target/mips/tcg/
H A Dlcsr.decode1 # Loongson CSR instructions

1234