Home
last modified time | relevance | path

Searched refs:new_cred (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/lib/libgssapi/
Dgss_add_cred.c96 struct _gss_cred *new_cred; in gss_add_cred() local
111 new_cred = malloc(sizeof(struct _gss_cred)); in gss_add_cred()
112 if (!new_cred) { in gss_add_cred()
116 SLIST_INIT(&new_cred->gc_mc); in gss_add_cred()
132 release_cred = (gss_cred_id_t) new_cred; in gss_add_cred()
137 SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link); in gss_add_cred()
150 free(new_cred); in gss_add_cred()
161 release_cred = (gss_cred_id_t) new_cred; in gss_add_cred()
183 release_cred = (gss_cred_id_t) new_cred; in gss_add_cred()
188 SLIST_INSERT_HEAD(&new_cred->gc_mc, mc, gmc_link); in gss_add_cred()
[all …]
/freebsd-9-stable/include/rpc/
Dauth_unix.h80 struct opaque_auth new_cred; member