Searched refs:pubkey (Results 1 – 1 of 1) sorted by relevance
| /iperf/src/ |
| H A D | t_auth.c | 47 int test_authtoken(const char *authUser, const char *authPassword, EVP_PKEY *pubkey, EVP_PKEY *priv… 84 EVP_PKEY *pubkey, *privkey; in main() local 85 pubkey = load_pubkey_from_file(pubkeyfile); in main() 86 assert(pubkey); 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 106 assert(encode_auth_setting(authUser, authPassword, pubkey, &authToken) == 0); in test_authtoken()
|