Lines Matching refs:mechOid
51 static int file_listUsers(const gss_OID mechOid, const char *userUid,
54 const char *uid, const char *mechOid);
55 static int file_removeUsers(const gss_OID mechOid, const char *userUid,
58 const char *uid, const char *mechOid);
154 gss_OID mechOid; in addUser() local
183 if (__gss_mech_to_oid(mechOidStr, &mechOid) != GSS_S_COMPLETE) { in addUser()
190 hexBufDesc.length = mechOid->length; in addUser()
191 hexBufDesc.value = mechOid->elements; in addUser()
209 if (!gsscred_MakeName(mechOid, name, nameOidStr, &fullName)) { in addUser()
280 if (!gsscred_MakeName(mechOid, aUser->pw_name, in addUser()
509 file_listUsers(const gss_OID mechOid, const char *unixUid, in file_listUsers() argument
516 if (mechOid != NULL) { in file_listUsers()
523 if ((!gsscred_MakeNameHeader(mechOid, &mechBufDesc)) || in file_listUsers()
707 int file_removeUsers(const gss_OID mechOid, const char *unixUid, in file_removeUsers() argument
714 if (mechOid != NULL) { in file_removeUsers()
724 if ((!gsscred_MakeNameHeader(mechOid, &mechBufDesc)) || in file_removeUsers()