HomeSort by: relevance | last modified time | path
    Searched refs:auth_init (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/
crypto.h 29 extern int auth_init(const char *keyfile, struct key **keys);
crypto.c 210 auth_init( function
226 printf("sntp auth_init: Couldn't open key file %s for reading!\n", keyfile);
231 printf("sntp auth_init: Key file %s is empty!\n", keyfile);
292 printf("auth_init: scanf %d items, skipping line %d.",
main.c 218 auth_init(OPT_ARG(KEYFILE), &keys);
  /src/external/bsd/ntp/dist/sntp/tests/
keyFile.c 78 TEST_ASSERT_EQUAL(0, auth_init(path, &keys));
93 TEST_ASSERT_EQUAL(2, auth_init(path, &keys));
119 TEST_ASSERT_EQUAL(3, auth_init(path, &keys));
153 TEST_ASSERT_EQUAL(2, auth_init(path, &keys));
179 TEST_ASSERT_EQUAL(1, auth_init(path, &keys));
  /src/lib/libtelnet/
auth-proto.h 61 void auth_init(const char *, int);
misc.c 60 auth_init(name, server);
auth.c 147 auth_init(const char *name, int server) function

Completed in 27 milliseconds