Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_auth.h39 int check_authentication(const char *username, const char *password, const time_t ts, const char *f…
Diperf_auth.c62 int check_authentication(const char *username, const char *password, const time_t ts, const char *f… in check_authentication() function
Diperf_api.c1510 int ret = check_authentication(username, password, ts, test->server_authorized_users); in test_is_authorized()