Home
last modified time | relevance | path

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

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