Home
last modified time | relevance | path

Searched refs:mslsa_ccache (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/windows/ms2mit/
H A Dms2mit.c93 krb5_ccache mslsa_ccache=NULL; in main() local
122 if (code = krb5_cc_resolve(kcontext, "MSLSA:", &mslsa_ccache)) { in main()
128 if ((code = krb5_cc_start_seq_get(kcontext, mslsa_ccache, &cursor))) { in main()
134 code = krb5_cc_next_cred(kcontext, mslsa_ccache, &cursor, &creds); in main()
144 krb5_cc_end_seq_get(kcontext, mslsa_ccache, &cursor); in main()
150 code = cc_has_tickets(kcontext, mslsa_ccache, &has_tickets); in main()
160 if (code = krb5_cc_get_principal(kcontext, mslsa_ccache, &princ)) { in main()
178 if (code = krb5_cc_copy_creds(kcontext, mslsa_ccache, ccache)) { in main()
197 if (mslsa_ccache != NULL) in main()
198 krb5_cc_close(kcontext, mslsa_ccache); in main()
H A Dmit2ms.c49 krb5_ccache mslsa_ccache=NULL; in main() local
122 if (code = krb5_cc_resolve(kcontext, "MSLSA:", &mslsa_ccache)) { in main()
129 if (code = krb5_cc_copy_creds(kcontext, ccache, mslsa_ccache)) { in main()
133 krb5_cc_close(kcontext, mslsa_ccache); in main()
140 krb5_cc_close(kcontext, mslsa_ccache); in main()