Home
last modified time | relevance | path

Searched refs:IPMI_1_5_AUTH_TYPE_BIT_OEM (Results 1 – 3 of 3) sorted by relevance

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_constants.h61 #define IPMI_1_5_AUTH_TYPE_BIT_OEM 0x20 macro
/openbmc/ipmitool/lib/
H A Dipmi_strings.c307 { IPMI_1_5_AUTH_TYPE_BIT_OEM, "OEM" },
H A Dipmi_channel.c333 if (auth_cap.enabled_auth_types & IPMI_1_5_AUTH_TYPE_BIT_OEM) { in ipmi_get_channel_auth_cap()