Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dsession.hpp139 if (authAlgoInterface) in getAuthAlgo()
141 return authAlgoInterface.get(); in getAuthAlgo()
151 authAlgoInterface = std::move(inAuthAlgo); in setAuthAlgo()
299 std::unique_ptr<cipher::rakp_auth::Interface> authAlgoInterface; member in session::Session