Home
last modified time | relevance | path

Searched refs:recordInit (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp123 static auto recordInit = false; in getChannelCipherSuites() local
139 if (!recordInit) in getChannelCipherSuites()
145 recordInit = true; in getChannelCipherSuites()
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp226 static bool recordInit = false; in getChannelCipherSuites() local
243 if (!recordInit) in getChannelCipherSuites()
248 recordInit = true; in getChannelCipherSuites()