Lines Matching refs:anOid
334 gss_OID anOid = NULL, userMechOid = NULL; in listUsers() local
443 anOid = &mechSet->elements[i]; in listUsers()
444 inBufDesc.length = anOid->length; in listUsers()
445 inBufDesc.value = anOid->elements; in listUsers()
452 anOid = userMechOid; in listUsers()
455 if (!gsscred_MakeName(anOid, name, nameOidStr, &outBufDesc)) in listUsers()
546 gss_OID anOid = NULL, userMechOid = NULL; in removeUsers() local
653 anOid = &mechSet->elements[i]; in removeUsers()
654 inBufDesc.length = anOid->length; in removeUsers()
655 inBufDesc.value = anOid->elements; in removeUsers()
661 anOid = userMechOid; in removeUsers()
664 if (!gsscred_MakeName(anOid, name, nameOidStr, &outBufDesc)) in removeUsers()