Searched refs:auth_init (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/ntp/dist/sntp/tests/ |
| H A D | keyFile.c | 78 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 D | misc.c | 60 auth_init(name, server); in auth_encrypt_init()
|
| H A D | auth-proto.h | 61 void auth_init(const char *, int);
|
| H A D | auth.c | 147 auth_init(const char *name, int server) in auth_init() function
|