Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/openbmc/phosphor-net-ipmid/
H A Dcrypt_algo.hpp40 class Interface class
46 explicit Interface(const std::vector<uint8_t>& k2) : k2(k2) {} in Interface() function in cipher::crypt::Interface
48 Interface() = delete;
49 virtual ~Interface() = default;
50 Interface(const Interface&) = default;
51 Interface& operator=(const Interface&) = default;
52 Interface(Interface&&) = default;
53 Interface& operator=(Interface&&) = default;
120 class AlgoAES128 final : public Interface
144 explicit AlgoAES128(const std::vector<uint8_t>& k2) : Interface(k2) {} in AlgoAES128()
H A Dauth_algo.hpp49 class Interface class
52 explicit Interface(integrity::Algorithms intAlgo, in Interface() function in cipher::rakp_auth::Interface
57 Interface() = delete;
58 virtual ~Interface() = default;
59 Interface(const Interface&) = default;
60 Interface& operator=(const Interface&) = default;
61 Interface(Interface&&) = default;
62 Interface& operator=(Interface&&) = default;
159 class AlgoSHA1 : public Interface
166 Interface(intAlgo, cryptAlgo) in AlgoSHA1()
[all …]
H A Dintegrity_algo.hpp42 class Interface class
50 explicit Interface(size_t authLength) : authCodeLength(authLength) {} in Interface() function in cipher::integrity::Interface
52 Interface() = delete;
53 virtual ~Interface() = default;
54 Interface(const Interface&) = default;
55 Interface& operator=(const Interface&) = default;
56 Interface(Interface&&) = default;
57 Interface& operator=(Interface&&) = default;
158 class AlgoSHA1 final : public Interface
244 class AlgoSHA256 final : public Interface
H A Dsession.hpp149 void setAuthAlgo(std::unique_ptr<cipher::rakp_auth::Interface>&& inAuthAlgo) in setAuthAlgo()
178 std::unique_ptr<cipher::integrity::Interface>&& integrityAlgo) in setIntegrityAlgo()
215 void setCryptAlgo(std::unique_ptr<cipher::crypt::Interface>&& cryptAlgo) in setCryptAlgo()
299 std::unique_ptr<cipher::rakp_auth::Interface> authAlgoInterface;
302 std::unique_ptr<cipher::integrity::Interface> integrityAlgoInterface =
306 std::unique_ptr<cipher::crypt::Interface> cryptAlgoInterface = nullptr;
/openbmc/openpower-occ-control/
H A Dpldm.hpp56 class Interface class
59 Interface() = delete;
61 Interface(const Interface&) = delete;
62 Interface& operator=(const Interface&) = delete;
63 Interface(Interface&&) = delete;
64 Interface& operator=(Interface&&) = delete;
77 explicit Interface( in Interface() function in pldm::Interface
92 std::bind(std::mem_fn(&Interface::sensorEvent), this, in Interface()
98 std::bind(std::mem_fn(&Interface::hostStateEvent), this, in Interface()
103 sdpEvent, std::bind(&Interface::pldmRspExpired, this))) in Interface()
[all …]
H A Dpldm.cpp33 bool Interface::throttleTraces = false;
34 enum pldm_msg_type Interface::msgType = MSG_UNDEFINED;
35 open_power::occ::instanceID Interface::resetInstance = 0;
37 void Interface::fetchSensorInfo(uint16_t stateSetId, in fetchSensorInfo()
132 void Interface::sensorEvent(sdbusplus::message_t& msg) in sensorEvent()
262 void Interface::hostStateEvent(sdbusplus::message_t& msg) in hostStateEvent()
281 void Interface::clearData() in clearData()
321 void Interface::fetchEffecterInfo( in fetchEffecterInfo()
395 std::vector<uint8_t> Interface::prepareSetEffecterReq( in prepareSetEffecterReq()
435 void Interface::resetOCC(open_power::occ::instanceID occInstanceId) in resetOCC()
[all …]
/openbmc/phosphor-host-ipmid/
H A Dsettings.hpp13 using Interface = std::string; typedef
27 Objects(sdbusplus::bus_t& bus, const std::vector<Interface>& filter);
43 Service service(const Path& path, const Interface& interface) const;
46 std::map<Interface, std::vector<Path>> map;
H A Dsettings.cpp18 Objects::Objects(sdbusplus::bus_t& bus, const std::vector<Interface>& filter) : in Objects()
51 Service Objects::service(const Path& path, const Interface& interface) const in service()
53 using Interfaces = std::vector<Interface>; in service()
/openbmc/phosphor-inventory-manager/test/
H A Dinterface_ops_test.cpp117 Interface i; in TEST()
134 Interface i{{"foo"s, static_cast<int64_t>(1ll)}}; in TEST()
151 Interface i; in TEST()
168 Interface i{{"foo"s, static_cast<int64_t>(1ll)}}; in TEST()
185 Interface i; in TEST()
200 Interface i{{"foo"s, static_cast<int64_t>(1ll)}}; in TEST()
215 Interface i; in TEST()
230 Interface i{{"foo"s, static_cast<int64_t>(1ll)}}; in TEST()
245 Interface i; in TEST()
261 Interface i{{"foo"s, static_cast<int64_t>(1ll)}}; in TEST()
[all …]
/openbmc/pldm/libpldmresponder/
H A Dfru_parser.hpp22 using Interface = std::string; typedef
23 using Interfaces = std::set<Interface>;
51 pldm::responder::dbus::Interface, pldm::responder::dbus::Property,
100 const pldm::responder::dbus::Interface& intf) const in getRecordInfo()
106 const pldm::responder::dbus::Interface& intf) const in getEntityType()
133 std::map<pldm::responder::dbus::Interface,
/openbmc/phosphor-gpio-monitor/presence/
H A Dgpio_presence.hpp27 using Interface = std::string; typedef
40 using Interface = std::string; typedef in phosphor::gpio::presence::Presence
42 using InterfaceMap = std::map<Interface, PropertyMap>;
75 const std::vector<Interface>& ifaces, in Presence()
149 const std::vector<Interface> ifaces;
/openbmc/phosphor-networkd/src/
H A Dncsi_util.hpp73 struct Interface struct
96 virtual ~Interface() {}; in ~Interface() argument
99 std::string to_string(Interface& interface);
101 struct NetlinkInterface : Interface
156 struct MCTPInterface : Interface
/openbmc/phosphor-logging/
H A Dlog_resolve_main.cpp8 using Interface = sdbusplus::common::xyz::openbmc_project::logging::Entry; typedef
28 path = std::string(Interface::namespace_path::value) + "/" + in main()
29 std::string(Interface::namespace_path::entry) + "/" + in main()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_lanplus.robot23 Repeat Keyword ${LOOP_COUNT} times Verify Lanplus Interface Commands
26 Verify Lanplus Interface
30 Verify Lanplus Interface Commands
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/
H A DREADME.md7 ### Power Button Interface
23 ### ID Button Interface
37 ### Reset Button Interface
51 ### Host Selector Button Interface
/openbmc/phosphor-virtual-sensor/src/
H A Dcalculate.hpp11 using Interface = std::string; typedef
13 extern std::map<Interface, CalculationFunc> calculationIfaces;
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi_multiple_interfaces.robot58 Verify VMI Network Interface Details ${default} DHCP ${default} ${default}
59 …Verify VMI Network Interface Details ${default} DHCP ${default} ${default} ${interface_list}[…
61 Configure VMI First Interface In Static And Second In Dynamic And Verify
73 … Verify VMI Network Interface Details ${test_ipv4_1} Static ${test_gateway_1} ${test_netmask_1}
74 …Verify VMI Network Interface Details ${default} DHCP ${default} ${default} ${interface_list}[…
76 Configure VMI First Interface In Dynamic And Second In Static And Verify
88 Verify VMI Network Interface Details ${default} DHCP ${default} ${default}
122 ${conf_value}= Get VMI Network Interface Details ${interface}
/openbmc/skeleton/pystatemgr/
H A Ddiscover_system_state.py63 return dbus.Interface(obj, objs[key]["interface_name"])
70 intf = dbus.Interface(obj, dbus.PROPERTIES_IFACE)
76 intf = dbus.Interface(obj, dbus.PROPERTIES_IFACE)
/openbmc/openpower-proc-control/
H A Dnmi_interface.hpp13 using Interface = sdbusplus::server::object_t<Base>; typedef
18 class NMI : public Interface
/openbmc/ipmi-fru-parser/
H A Dtypes.hpp31 using Interface = std::string; typedef
32 using InterfaceMap = std::map<Interface, PropertyMap>;
/openbmc/u-boot/drivers/axi/
H A DKconfig4 Support AXI (Advanced eXtensible Interface) busses, a on-chip
22 Interface (IHS AXI) bus on a gdsys IHS FPGA used to communicate with
29 Support AXI (Advanced eXtensible Interface) emulation for the sandbox
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/
H A DREADME.md14 ## RBC Manager Interface
16 ### Interface xyz.openbmc_project.BIOSConfigManager argument
31 ### Interface xyz.openbmc_project.BIOSConfig.Password argument
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils_serial.robot9 Reset Network Interface During Code Update
21 Reset Network Interface
31 Reset Network Interface
/openbmc/smbios-mdr/
H A Dmeson.options7 description: 'Expose DIMM D-Bus Interface',
56 description: 'Expose TPM D-Bus Interface',
63 description: 'Expose Firmware Inventory D-Bus Interface',
/openbmc/phosphor-gpio-monitor/multi-presence/
H A Dgpio_presence.hpp24 using Interface = std::string; typedef
41 using Interface = std::string; typedef in phosphor::gpio::GpioPresence
43 using InterfaceMap = std::map<Interface, PropertyMap>;

12345678910>>...14