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

/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_authorize_localname.c171 gss_buffer_desc userBuf; local
174 userBuf.value = (void *)user;
175 userBuf.length = strlen(user);
177 major_status = gss_import_name(&minor_status, &userBuf,

Completed in 211 milliseconds