Searched refs:copy_mc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_add_cred_with_password.c82 struct _gss_mechanism_cred *copy_mc; local
87 copy_mc = _gss_copy_cred(mc);
88 if (copy_mc == NULL) {
93 HEIM_SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link);
H A Dgss_add_cred.c93 struct _gss_mechanism_cred *mc, *target_mc, *copy_mc; local
125 copy_mc = _gss_copy_cred(mc);
126 if (!copy_mc) {
132 HEIM_SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link);

Completed in 185 milliseconds