Home
last modified time | relevance | path

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

/openbsd/usr.bin/doas/
H A Ddoas.c206 authuser_checkpass(char *myname, char *login_style) in authuser_checkpass() function
255 if (authuser_checkpass(myname, login_style) == AUTH_OK) in authuser()