Searched refs:check_authentication (Results 1 – 3 of 3) sorted by relevance
39 int check_authentication(const char *username, const char *password, const time_t ts, const char *f…
62 int check_authentication(const char *username, const char *password, const time_t ts, const char *f… in check_authentication() function
1510 int ret = check_authentication(username, password, ts, test->server_authorized_users); in test_is_authorized()