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

/freebsd-9.3-release/lib/libgssapi/
H A Dgss_release_cred.c45 while (SLIST_FIRST(&cred->gc_mc)) {
46 mc = SLIST_FIRST(&cred->gc_mc);
47 SLIST_REMOVE_HEAD(&cred->gc_mc, gmc_link);
H A Dcred.h40 struct _gss_mechanism_cred_list gc_mc; member in struct:_gss_cred
H A Dgss_set_cred_option.c64 SLIST_INIT(&cred->gc_mc);
91 SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link);
101 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) {
H A Dgss_acquire_cred.c102 SLIST_INIT(&cred->gc_mc);
152 SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link);
159 if (!SLIST_FIRST(&cred->gc_mc)) {
H A Dgss_add_cred.c116 SLIST_INIT(&new_cred->gc_mc);
126 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) {
137 SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link);
188 SLIST_INSERT_HEAD(&new_cred->gc_mc, mc, gmc_link);
H A Dgss_inquire_cred_by_mech.c67 SLIST_FOREACH(mcp, &cred->gc_mc, gmc_link)
H A Dgss_inquire_cred_by_oid.c60 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) {
H A Dgss_krb5.c62 SLIST_FOREACH(mcp, &cred->gc_mc, gmc_link) {
H A Dgss_accept_sec_context.c216 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link)
276 SLIST_INIT(&dcred->gc_mc);
286 SLIST_INSERT_HEAD(&dcred->gc_mc, dmc, gmc_link);
H A Dgss_init_sec_context.c49 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) {
H A Dgss_inquire_cred.c107 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) {

Completed in 59 milliseconds