Home
last modified time | relevance | path

Searched defs:authenticate (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/include/
H A Dauthentication.hpp255 inline std::shared_ptr<persistent_data::UserSession> authenticate( in authenticate() function
/openbmc/qemu/block/
H A Dssh.c488 static int authenticate(BDRVSSHState *s, Error **errp) in authenticate() function
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py682 def authenticate(username, clear): member in SessionHandler