Searched refs:auth_init (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/ntp/sntp/tests/ |
H A D | keyFile.c | 76 TEST_ASSERT_EQUAL(0, auth_init(path, &keys)); in test_ReadEmptyKeyFile() 91 TEST_ASSERT_EQUAL(2, auth_init(path, &keys)); in test_ReadASCIIKeys() 117 TEST_ASSERT_EQUAL(3, auth_init(path, &keys)); in test_ReadHexKeys() 151 TEST_ASSERT_EQUAL(2, auth_init(path, &keys)); in test_ReadKeyFileWithComments() 177 TEST_ASSERT_EQUAL(1, auth_init(path, &keys)); in test_ReadKeyFileWithInvalidHex()
|
/freebsd/contrib/ntp/sntp/ |
H A D | crypto.h | 27 extern int auth_init(const char *keyfile, struct key **keys);
|
H A D | crypto.c | 208 auth_init( in hex_val() 224 printf("sntp auth_init: Couldn't open key file %s for reading!\n", keyfile); in auth_init() 229 printf("sntp auth_init: Key file %s is empty!\n", keyfile); in auth_init() 290 printf("auth_init: scanf %d items, skipping line %d.", in auth_init() 215 auth_init( auth_init() function
|
H A D | main.c | 216 auth_init(OPT_ARG(KEYFILE), &keys); in sntp_main()
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | misc.c | 62 auth_init(name, server); in auth_encrypt_init()
|
H A D | auth-proto.h | 65 void auth_init (const char *, int);
|
H A D | auth.c | 188 auth_init(const char *name, int server) in auth_init() function
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | misc.c | 65 auth_init(name, server); in auth_encrypt_init()
|
H A D | auth-proto.h | 57 void auth_init(const char *, int);
|
H A D | auth.c | 194 auth_init(const char *name, int server) in auth_init() function
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | ChangeLog | 528 * libtelnet/auth.c (auth_init, Name): const-ify 529 * libtelnet/auth-proto.h (auth_init): const-ify
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 4080 * [Bug 1253] CID 50: gsoc_sntp/crypto.c auth_init() always returns a 4086 * [Bug 1257] CID 57: gsoc_sntp auth_init() fails to fclose(keyfile).
|
H A D | CommitLog | [all...] |