Searched refs:test_authtoken (Results 1 – 1 of 1) sorted by relevance
47 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