Home
last modified time | relevance | path

Searched refs:gc_mc (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/lib/libgssapi/
Dgss_release_cred.c45 while (SLIST_FIRST(&cred->gc_mc)) { in gss_release_cred()
46 mc = SLIST_FIRST(&cred->gc_mc); in gss_release_cred()
47 SLIST_REMOVE_HEAD(&cred->gc_mc, gmc_link); in gss_release_cred()
Dgss_add_cred.c116 SLIST_INIT(&new_cred->gc_mc); in gss_add_cred()
126 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { in gss_add_cred()
137 SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link); in gss_add_cred()
188 SLIST_INSERT_HEAD(&new_cred->gc_mc, mc, gmc_link); in gss_add_cred()
Dgss_set_cred_option.c64 SLIST_INIT(&cred->gc_mc); in gss_set_cred_option()
91 SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link); in gss_set_cred_option()
101 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { in gss_set_cred_option()
Dgss_acquire_cred.c102 SLIST_INIT(&cred->gc_mc); in gss_acquire_cred()
152 SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link); in gss_acquire_cred()
159 if (!SLIST_FIRST(&cred->gc_mc)) { in gss_acquire_cred()
Dgss_accept_sec_context.c216 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) in gss_accept_sec_context()
276 SLIST_INIT(&dcred->gc_mc); in gss_accept_sec_context()
286 SLIST_INSERT_HEAD(&dcred->gc_mc, dmc, gmc_link); in gss_accept_sec_context()
Dcred.h40 struct _gss_mechanism_cred_list gc_mc; member
Dgss_krb5.c62 SLIST_FOREACH(mcp, &cred->gc_mc, gmc_link) { in gss_krb5_copy_ccache()
Dgss_inquire_cred_by_oid.c60 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { in gss_inquire_cred_by_oid()
Dgss_inquire_cred_by_mech.c67 SLIST_FOREACH(mcp, &cred->gc_mc, gmc_link) in gss_inquire_cred_by_mech()
Dgss_init_sec_context.c49 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { in _gss_mech_cred_find()
Dgss_inquire_cred.c107 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { in gss_inquire_cred()