Home
last modified time | relevance | path

Searched refs:rmcp (Results 1 – 18 of 18) sorted by relevance

/openbmc/phosphor-net-ipmid/
H A Dmessage_parsers.cpp119 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 Dintegrity_algo.cpp18 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 Dintegrity_algo.hpp132 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 Drmcp.hpp7 namespace rmcp namespace
H A Dmessage_parsers.hpp63 struct RmcpHeader_t rmcp; member
264 struct parser::RmcpHeader_t rmcp; member
/openbmc/phosphor-net-ipmid/test/
H A Dcipher.cpp41 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 Dphosphor-ipmi-net_git.bb36 PACKAGECONFIG ??= "pam-authenticate rmcp-ping"
37 PACKAGECONFIG[rmcp-ping] = "-Drmcp_ping=enabled,-Drmcp_ping=disabled"
/openbmc/ipmitool/src/plugins/lan/
H A Dlan.c362 (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 DMakefile.am38 libintf_lan_la_SOURCES = lan.c lan.h asf.h rmcp.h auth.c auth.h md5.c md5.h
H A Drmcp.h85 struct rmcp_hdr rmcp; member
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-net_%.bbappend3 PACKAGECONFIG:remove = "rmcp-ping"
/openbmc/ipmitool/src/plugins/lanplus/
H A DMakefile.am39 rmcp.h asf.h \
H A Dlanplus.c506 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 Dnilfs2.rst105 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 Dusercommands.cpp436 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 Drakp34.cpp56 rmcp::const_2); in applyCryptAlgo()
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A Dopengrok0.0.log[all...]