Home
last modified time | relevance | path

Searched refs:copy_mc (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_add_cred_with_password.c80 struct _gss_mechanism_cred *copy_mc; in gss_add_cred_with_password() local
85 copy_mc = _gss_copy_cred(mc); in gss_add_cred_with_password()
86 if (copy_mc == NULL) { in gss_add_cred_with_password()
91 HEIM_SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link); in gss_add_cred_with_password()
H A Dgss_add_cred.c91 struct _gss_mechanism_cred *mc, *target_mc, *copy_mc; in gss_add_cred() local
123 copy_mc = _gss_copy_cred(mc); in gss_add_cred()
124 if (!copy_mc) { in gss_add_cred()
130 HEIM_SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link); in gss_add_cred()
/freebsd/lib/libgssapi/
H A Dgss_add_cred.c98 struct _gss_mechanism_cred *mc, *target_mc, *copy_mc; in gss_add_cred() local
130 copy_mc = _gss_copy_cred(mc); in gss_add_cred()
131 if (!copy_mc) { in gss_add_cred()
137 SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link); in gss_add_cred()