Home
last modified time | relevance | path

Searched refs:ktutil_open_keytab (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/heimdal/admin/
H A Dktutil_locl.h70 krb5_keytab ktutil_open_keytab(void);
H A Ddestroy.c42 if((keytab = ktutil_open_keytab()) == NULL) in kt_destroy()
H A Dremove.c76 if((keytab = ktutil_open_keytab()) == NULL) { in kt_remove()
H A Drename.c60 if((keytab = ktutil_open_keytab()) == NULL) { in kt_rename()
H A Dktutil.c85 ktutil_open_keytab(void) in ktutil_open_keytab() function
H A Dpurge.c119 if((keytab = ktutil_open_keytab()) == NULL) in kt_purge()
H A Dadd.c57 if((keytab = ktutil_open_keytab()) == NULL) in kt_add()
H A Dchange.c144 if((keytab = ktutil_open_keytab()) == NULL) in kt_change()
H A Dget.c97 if((keytab = ktutil_open_keytab()) == NULL) in kt_get()