Home
last modified time | relevance | path

Searched defs:username (Results 1 – 2 of 2) sorted by relevance

/iperf/src/
H A Diperf_auth.c67 int check_authentication(const char *username, const char *password, const time_t ts, const char *f… in check_authentication()
283 int encode_auth_setting(const char *username, const char *password, EVP_PKEY *public_key, char **au… in encode_auth_setting()
311 …ting(int enable_debug, const char *authtoken, EVP_PKEY *private_key, char **username, char **passw… in decode_auth_setting()
H A Diperf_api.c1985 char *username = NULL, *password = NULL; in test_is_authorized() local