Searched refs:gc_mc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/lib/libgssapi/ |
| D | gss_release_cred.c | 45 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()
|
| D | gss_add_cred.c | 116 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()
|
| D | gss_set_cred_option.c | 64 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()
|
| D | gss_acquire_cred.c | 102 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()
|
| D | gss_accept_sec_context.c | 216 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()
|
| D | cred.h | 40 struct _gss_mechanism_cred_list gc_mc; member
|
| D | gss_krb5.c | 62 SLIST_FOREACH(mcp, &cred->gc_mc, gmc_link) { in gss_krb5_copy_ccache()
|
| D | gss_inquire_cred_by_oid.c | 60 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { in gss_inquire_cred_by_oid()
|
| D | gss_inquire_cred_by_mech.c | 67 SLIST_FOREACH(mcp, &cred->gc_mc, gmc_link) in gss_inquire_cred_by_mech()
|
| D | gss_init_sec_context.c | 49 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { in _gss_mech_cred_find()
|
| D | gss_inquire_cred.c | 107 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { in gss_inquire_cred()
|