Home
last modified time | relevance | path

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

/freebsd/lib/libtacplus/
H A Dtaclib.h126 struct tac_handle *tac_open(void);
H A Dtaclib.c977 tac_open(void) in tac_open() function
/freebsd/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c118 tach = tac_open(); in pam_sm_authenticate()
/freebsd/lib/nss_tacplus/
H A Dnss_tacplus.c81 if ((*h = tac_open()) == NULL) { in tacplus_get_handle()