/openbmc/phosphor-net-ipmid/ |
H A D | message_parsers.cpp | 119 static_cast<ClassOfMsg>(header->base.rmcp.classOfMsg); in unflatten() 144 header->base.rmcp.version = parser::RMCP_VERSION; in flatten() 145 header->base.rmcp.reserved = 0x00; in flatten() 146 header->base.rmcp.rmcpSeqNum = parser::RMCP_SEQ; in flatten() 147 header->base.rmcp.classOfMsg = static_cast<uint8_t>(ClassOfMsg::IPMI); in flatten() 201 static_cast<ClassOfMsg>(header->base.rmcp.classOfMsg); in unflatten() 254 header->base.rmcp.version = parser::RMCP_VERSION; in flatten() 255 header->base.rmcp.reserved = 0x00; in flatten() 256 header->base.rmcp.rmcpSeqNum = parser::RMCP_SEQ; in flatten() 257 header->base.rmcp.classOfMsg = static_cast<uint8_t>(ClassOfMsg::IPMI); in flatten() [all …]
|
H A D | integrity_algo.cpp | 18 k1 = generateKn(sik, rmcp::const_1); in AlgoSHA1() 65 const rmcp::Const_n& const_n) const in generateKn() 84 k1 = generateKn(sik, rmcp::const_1); in AlgoSHA256() 131 const rmcp::Const_n& const_n) const in generateKn()
|
H A D | integrity_algo.hpp | 132 const std::vector<uint8_t>& sik, const rmcp::Const_n& data) const = 0; 217 const rmcp::Const_n& const_n) const override; 303 const rmcp::Const_n& const_n) const override;
|
H A D | rmcp.hpp | 7 namespace rmcp namespace
|
H A D | message_parsers.hpp | 63 struct RmcpHeader_t rmcp; member 264 struct parser::RmcpHeader_t rmcp; member
|
/openbmc/phosphor-net-ipmid/test/ |
H A D | cipher.cpp | 41 constexpr rmcp::Const_n const1 = {0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, in TEST() 89 constexpr rmcp::Const_n const1 = {0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, in TEST() 204 constexpr rmcp::Const_n const1 = {0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, in TEST() 253 constexpr rmcp::Const_n const1 = {0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, in TEST() 355 constexpr rmcp::Const_n const1 = {0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, in TEST() 429 constexpr rmcp::Const_n const1 = {0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, in TEST()
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-net_git.bb | 36 PACKAGECONFIG ??= "pam-authenticate rmcp-ping" 37 PACKAGECONFIG[rmcp-ping] = "-Drmcp_ping=enabled,-Drmcp_ping=disabled"
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | lan.c | 362 (pong->rmcp.ver == 6) ? "1.0" : "unknown", in ipmi_handle_pong() 363 pong->rmcp.seq, in ipmi_handle_pong() 695 struct rmcp_hdr rmcp = { in ipmi_lan_build_cmd() local 759 memcpy(msg, &rmcp, sizeof(rmcp)); in ipmi_lan_build_cmd() 760 len = sizeof(rmcp); in ipmi_lan_build_cmd() 995 struct rmcp_hdr rmcp = { in ipmi_lan_build_rsp() local 1017 memcpy(msg, &rmcp, 4); in ipmi_lan_build_rsp() 1018 len = sizeof(rmcp); in ipmi_lan_build_rsp() 1148 struct rmcp_hdr rmcp = { in ipmi_lan_build_sol_msg() local 1160 len = sizeof(rmcp) + // RMCP Header (4) in ipmi_lan_build_sol_msg() [all …]
|
H A D | Makefile.am | 38 libintf_lan_la_SOURCES = lan.c lan.h asf.h rmcp.h auth.c auth.h md5.c md5.h
|
H A D | rmcp.h | 85 struct rmcp_hdr rmcp; member
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-net_%.bbappend | 3 PACKAGECONFIG:remove = "rmcp-ping"
|
/openbmc/ipmitool/src/plugins/lanplus/ |
H A D | Makefile.am | 39 rmcp.h asf.h \
|
H A D | lanplus.c | 506 struct rmcp_hdr rmcp; in ipmi_handle_pong() member 531 (pong->rmcp.ver == 6) ? "1.0" : "unknown", in ipmi_handle_pong() 532 pong->rmcp.seq, in ipmi_handle_pong() 1588 struct rmcp_hdr rmcp = { in ipmi_lanplus_build_v2x_msg() local 1600 sizeof(rmcp) + // RMCP Header (4) in ipmi_lanplus_build_v2x_msg() 1622 memcpy(msg, &rmcp, sizeof(rmcp)); in ipmi_lanplus_build_v2x_msg() 1623 len = sizeof(rmcp); in ipmi_lanplus_build_v2x_msg() 1962 struct rmcp_hdr rmcp = { in ipmi_lanplus_build_v15_ipmi_cmd() local 1986 memcpy(msg, &rmcp, sizeof(rmcp)); in ipmi_lanplus_build_v15_ipmi_cmd() 1987 len = sizeof(rmcp); in ipmi_lanplus_build_v15_ipmi_cmd()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | nilfs2.rst | 105 This ioctl is used in rmcp utility. 112 used by lscp, rmcp utilities and by 172 rmcp invalidate specified checkpoint(s).
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | usercommands.cpp | 436 constexpr bool rmcp = false; // IPMI 1.5 - not supported in ipmiGetChannelAuthenticationCapabilities() local 448 rmcp, rmcpp, reserved5, oemID, oemAuxillary); in ipmiGetChannelAuthenticationCapabilities()
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | rakp34.cpp | 56 rmcp::const_2); in applyCryptAlgo()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |