Home
last modified time | relevance | path

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

/external/iperf3/src/
Dt_auth.c47 int test_authtoken(const char *authUser, const char *authPassword, EVP_PKEY *pubkey, EVP_PKEY *priv…
91 assert(test_authtoken("kilroy", "fubar", pubkey, privkey) == 0); in main()
100 test_authtoken(const char *authUser, const char *authPassword, EVP_PKEY *pubkey, EVP_PKEY *privkey)… in test_authtoken() function