Home
last modified time | relevance | path

Searched refs:auth_init (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/ntp/sntp/tests/
H A DkeyFile.c76 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 Dcrypto.h28 extern int auth_init(const char *keyfile, struct key **keys);
H A Dcrypto.c215 auth_init( in auth_init() function
H A Dmain.c215 auth_init(OPT_ARG(KEYFILE), &keys); in sntp_main()
/freebsd-12.1/crypto/heimdal/appl/telnet/libtelnet/
H A Dmisc.c62 auth_init(name, server); in auth_encrypt_init()
H A Dauth-proto.h65 void auth_init (const char *, int);
H A Dauth.c188 auth_init(const char *name, int server) in auth_init() function
/freebsd-12.1/contrib/telnet/libtelnet/
H A Dmisc.c69 auth_init(name, server); in auth_encrypt_init()
H A Dauth-proto.h57 void auth_init(const char *, int);
H A Dauth.c197 auth_init(const char *name, int server) in auth_init() function
/freebsd-12.1/crypto/heimdal/appl/telnet/
H A DChangeLog528 * libtelnet/auth.c (auth_init, Name): const-ify
529 * libtelnet/auth-proto.h (auth_init): const-ify
/freebsd-12.1/contrib/ntp/
H A DChangeLog3811 * [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 DCommitLog169759 [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 …]