Searched defs:mechanisms (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c2218 gss_OID_set mechanisms; local
2231 res->mechanisms.GSS_OID_SET_val = NULL;
2246 res->mechanisms.GSS_OID_SET_val = NULL;
2268 &mechanisms);
2287 if (mechanisms != GSS_C_NULL_OID_SET) {
2288 for (i = 0; i < mechanisms->count; i++)
2289 free(mechanisms->elements[i].elements);
2290 free(mechanisms->elements);
2291 free(mechanisms);
2322 if (mechanisms !
[all...]

Completed in 62 milliseconds