Searched refs:auth_init (Results 1 – 13 of 13) sorted by relevance
/freebsd-src/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-src/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 auth_init() function
|
H A D | main.c | 216 auth_init(OPT_ARG(KEYFILE), &keys); in sntp_main()
|
/freebsd-src/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-src/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-src/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-src/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 | 179828 [Bug 1253] CID 50: gsoc_sntp/crypto.c auth_init() always returns a 179834 [Bug 1257] CID 57: gsoc_sntp auth_init() fails to fclose(keyfile). 179845 [Bug 1253] CID 50: gsoc_sntp/crypto.c auth_init() always returns a 179851 [Bug 1257] CID 57: gsoc_sntp auth_init() fails to fclose(keyfile). 179859 [Bug 1253] CID 50: gsoc_sntp/crypto.c auth_init() always returns a 179861 [Bug 1257] CID 57: gsoc_sntp auth_init() fails to fclose(keyfile). 186371 auth_init() local key_cnt shadowed global of same name 186373 add const qualifier to auth_init() keyfile argument 186376 add const qualifier to auth_init() keyfile argument 190635 Fixed auth_init to detect empty lines and malformed entries [all …]
|