Searched refs:auth_init (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/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-12.1/contrib/ntp/sntp/ |
| H A D | crypto.h | 28 extern int auth_init(const char *keyfile, struct key **keys);
|
| H A D | crypto.c | 215 auth_init( in auth_init() function
|
| H A D | main.c | 215 auth_init(OPT_ARG(KEYFILE), &keys); in sntp_main()
|
| /freebsd-12.1/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-12.1/contrib/telnet/libtelnet/ |
| H A D | misc.c | 69 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 | 197 auth_init(const char *name, int server) in auth_init() function
|
| /freebsd-12.1/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-12.1/contrib/ntp/ |
| H A D | ChangeLog | 3811 * [Bug 1253] CID 50: gsoc_sntp/crypto.c auth_init() always returns a 3817 * [Bug 1257] CID 57: gsoc_sntp auth_init() fails to fclose(keyfile).
|
| H A D | CommitLog | 169759 [Bug 1253] CID 50: gsoc_sntp/crypto.c auth_init() always returns a 169765 [Bug 1257] CID 57: gsoc_sntp auth_init() fails to fclose(keyfile). 169776 [Bug 1253] CID 50: gsoc_sntp/crypto.c auth_init() always returns a 169782 [Bug 1257] CID 57: gsoc_sntp auth_init() fails to fclose(keyfile). 169790 [Bug 1253] CID 50: gsoc_sntp/crypto.c auth_init() always returns a 169792 [Bug 1257] CID 57: gsoc_sntp auth_init() fails to fclose(keyfile). 176302 auth_init() local key_cnt shadowed global of same name 176304 add const qualifier to auth_init() keyfile argument 176307 add const qualifier to auth_init() keyfile argument 180566 Fixed auth_init to detect empty lines and malformed entries [all …]
|