Home
last modified time | relevance | path

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

/iperf/src/
H A Dt_auth.c47 …est_authtoken(const char *authUser, const char *authPassword, EVP_PKEY *pubkey, EVP_PKEY *privkey);
84 EVP_PKEY *pubkey, *privkey; in main() local
87 privkey = load_privkey_from_file(privkeyfile); in main()
88 assert(privkey); in main()
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() argument
107 …assert(decode_auth_setting(0, authToken, privkey, &decodeUser, &decodePassword, &decodeTime) == 0); in test_authtoken()