Lines Matching refs:mechOid
49 static int file_listUsers(const gss_OID mechOid, const char *userUid,
52 const char *uid, const char *mechOid);
53 static int file_removeUsers(const gss_OID mechOid, const char *userUid,
56 const char *uid, const char *mechOid);
152 gss_OID mechOid; in addUser() local
181 if (__gss_mech_to_oid(mechOidStr, &mechOid) != GSS_S_COMPLETE) { in addUser()
188 hexBufDesc.length = mechOid->length; in addUser()
189 hexBufDesc.value = mechOid->elements; in addUser()
207 if (!gsscred_MakeName(mechOid, name, nameOidStr, &fullName)) { in addUser()
278 if (!gsscred_MakeName(mechOid, aUser->pw_name, in addUser()
507 file_listUsers(const gss_OID mechOid, const char *unixUid, in file_listUsers() argument
514 if (mechOid != NULL) { in file_listUsers()
521 if ((!gsscred_MakeNameHeader(mechOid, &mechBufDesc)) || in file_listUsers()
705 int file_removeUsers(const gss_OID mechOid, const char *unixUid, in file_removeUsers() argument
712 if (mechOid != NULL) { in file_removeUsers()
722 if ((!gsscred_MakeNameHeader(mechOid, &mechBufDesc)) || in file_removeUsers()