Searched refs:tac_handle (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libtacplus/ |
H A D | taclib.h | 34 struct tac_handle; 119 int tac_add_server(struct tac_handle *, 121 void tac_close(struct tac_handle *); 122 int tac_config(struct tac_handle *, const char *); 123 int tac_create_authen(struct tac_handle *, int, int, int); 124 void *tac_get_data(struct tac_handle *, size_t *); 125 char *tac_get_msg(struct tac_handle *); 126 struct tac_handle *tac_open(void); 127 int tac_send_authen(struct tac_handle *); 128 int tac_set_data(struct tac_handle *, [all …]
|
H A D | taclib.c | 53 static int add_str_8(struct tac_handle *, u_int8_t *, 55 static int add_str_16(struct tac_handle *, u_int16_t *, 58 static void close_connection(struct tac_handle *); 59 static int conn_server(struct tac_handle *); 60 static void crypt_msg(struct tac_handle *, struct tac_msg *); 61 static void *dup_str(struct tac_handle *, const struct tac_str *, 63 static int establish_connection(struct tac_handle *); 65 static void generr(struct tac_handle *, const char *, ...) 68 static int get_srvr_end(struct tac_handle *); 69 static int get_str(struct tac_handle *, const char *, [all …]
|
H A D | taclib_private.h | 161 struct tac_handle { struct
|
/freebsd/lib/libpam/modules/pam_tacplus/ |
H A D | pam_tacplus.c | 57 typedef int (*set_func)(struct tac_handle *, const char *); 59 static int do_item(pam_handle_t *, struct tac_handle *, int, 61 static char *get_msg(struct tac_handle *); 62 static int set_msg(struct tac_handle *, const char *); 65 do_item(pam_handle_t *pamh, struct tac_handle *tach, int item, in do_item() 83 get_msg(struct tac_handle *tach) in get_msg() 97 set_msg(struct tac_handle *tach, const char *msg) in set_msg() 112 struct tac_handle *tach; in pam_sm_authenticate()
|
/freebsd/lib/nss_tacplus/ |
H A D | nss_tacplus.c | 35 tacplus_error(struct tac_handle *h, const char *func) in tacplus_error() 48 struct tac_handle **h = p; in tacplus_fini() 60 static struct tac_handle * 64 static struct tac_handle *sth; in tacplus_get_handle() 65 struct tac_handle **h = &sth; in tacplus_get_handle() 115 struct tac_handle *h; in tacplus_getpwnam_r()
|