Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/ntp/sntp/
H A Dcrypto.h27 extern int auth_init(const char *keyfile, struct key **keys);
H A Dcrypto.c208 auth_init( in auth_init() function
H A Dmain.c216 auth_init(OPT_ARG(KEYFILE), &keys); in sntp_main()
/freebsd-src/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-src/contrib/telnet/libtelnet/
H A Dmisc.c65 auth_init(name, server); in auth_encrypt_init()
H A Dauth-proto.h57 void auth_init(const char *, int);
H A Dauth.c194 auth_init(const char *name, int server) in auth_init() function
/freebsd-src/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-src/contrib/ntp/
H A DChangeLog4080 * [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 DCommitLog179828 [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 …]