Searched refs:auth_init (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/ntp-88/sntp/
H A Dcrypto.h29 int auth_init(const char *keyfile, struct key **keys);
H A Dcrypto.c53 auth_init( function
66 printf("sntp auth_init: Couldn't open key file %s for reading!\n", keyfile);
75 printf("sntp auth_init: Key file %s is empty!\n", keyfile);
98 printf("sntp auth_init: fgets: %s", kbuf);
115 printf("sntp auth_init: key_id %i type %c with key %s\n", act->key_id, act->type, act->key_seq);
119 printf("sntp auth_init: scanf read %i items, doesn't look good, skipping line %i.\n", scan_cnt, line_cnt);
132 printf("sntp auth_init: Read %i keys from file %s:\n", line_cnt, keyfile);
H A Dmain.c96 auth_init(OPT_ARG(KEYFILE), &keys);
/macosx-10.9.5/libtelnet-13/
H A Dauth-proto.h61 void auth_init(const char *, int);
H A Dmisc.c79 auth_init(name, server);
H A Dauth.c207 auth_init(const char *name, int server) function
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dmisc.c62 auth_init(name, server);
H A Dauth-proto.h65 void auth_init (const char *, int);
H A Dauth.c188 auth_init(const char *name, int server) function
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomp.h275 * auth_init The address of an initialization routine in the
299 rpc_auth_init_fn_t auth_init;
326 #define RPC_AUTHN_INQ_SUPPORTED(id) (rpc_g_authn_protocol_id[id].auth_init != NULL)
294 rpc_auth_init_fn_t auth_init; member in struct:__anon8211
H A Dcominit.c668 if ((auth_protocol->auth_init) == NULL)
670 auth_protocol->auth_init =
678 if (auth_protocol->auth_init)
680 (*auth_protocol->auth_init)

Completed in 94 milliseconds