Home
last modified time | relevance | path

Searched refs:tac_handle (Results 1 – 4 of 4) sorted by relevance

/trueos/lib/libtacplus/
HDtaclib.h34 struct tac_handle;
118 int tac_add_server(struct tac_handle *,
120 void tac_close(struct tac_handle *);
121 int tac_config(struct tac_handle *, const char *);
122 int tac_create_authen(struct tac_handle *, int, int, int);
123 void *tac_get_data(struct tac_handle *, size_t *);
124 char *tac_get_msg(struct tac_handle *);
125 struct tac_handle *tac_open(void);
126 int tac_send_authen(struct tac_handle *);
127 int tac_set_data(struct tac_handle *,
[all …]
HDtaclib.c50 static int add_str_8(struct tac_handle *, u_int8_t *,
52 static int add_str_16(struct tac_handle *, u_int16_t *,
55 static void close_connection(struct tac_handle *);
56 static int conn_server(struct tac_handle *);
57 static void crypt_msg(struct tac_handle *, struct tac_msg *);
58 static void *dup_str(struct tac_handle *, const struct srvr_str *,
60 static int establish_connection(struct tac_handle *);
62 static void generr(struct tac_handle *, const char *, ...)
65 static int get_srvr_end(struct tac_handle *);
66 static int get_srvr_str(struct tac_handle *, const char *,
[all …]
HDtaclib_private.h174 struct tac_handle { struct
/trueos/lib/libpam/modules/pam_tacplus/
HDpam_tacplus.c58 typedef int (*set_func)(struct tac_handle *, const char *);
60 static int do_item(pam_handle_t *, struct tac_handle *, int,
62 static char *get_msg(struct tac_handle *);
63 static int set_msg(struct tac_handle *, const char *);
66 do_item(pam_handle_t *pamh, struct tac_handle *tach, int item, in do_item()
84 get_msg(struct tac_handle *tach) in get_msg()
98 set_msg(struct tac_handle *tach, const char *msg) in set_msg()
113 struct tac_handle *tach; in pam_sm_authenticate()