Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/sntp/tests/
H A DkeyFile.c78 TEST_ASSERT_EQUAL(0, auth_init(path, &keys)); in test_ReadEmptyKeyFile()
93 TEST_ASSERT_EQUAL(2, auth_init(path, &keys)); in test_ReadASCIIKeys()
119 TEST_ASSERT_EQUAL(3, auth_init(path, &keys)); in test_ReadHexKeys()
153 TEST_ASSERT_EQUAL(2, auth_init(path, &keys)); in test_ReadKeyFileWithComments()
179 TEST_ASSERT_EQUAL(1, auth_init(path, &keys)); in test_ReadKeyFileWithInvalidHex()
/netbsd-src/lib/libtelnet/
H A Dmisc.c60 auth_init(name, server); in auth_encrypt_init()
H A Dauth-proto.h61 void auth_init(const char *, int);
H A Dauth.c147 auth_init(const char *name, int server) in auth_init() function