Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.hpp67 uint8_t perMessageAuth:1; // Per-message authentication support member
77 uint8_t perMessageAuth:1; // Per-message authentication support member
H A Dchannel_auth.cpp69 response->perMessageAuth = 0; // Per-message Authentication is enabled in GetChannelCapabilities()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp431 constexpr bool perMessageAuth = false; // Per message auth - enabled in ipmiGetChannelAuthenticationCapabilities() local
448 nullUsers, nonNullUsers, userAuth, perMessageAuth, KGStatus, reserved4, in ipmiGetChannelAuthenticationCapabilities()