Searched refs:authAlgoInterface (Results 1 – 1 of 1) sorted by relevance
139 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