Lines Matching refs:anOid
336 gss_OID anOid = NULL, userMechOid = NULL; in listUsers() local
445 anOid = &mechSet->elements[i]; in listUsers()
446 inBufDesc.length = anOid->length; in listUsers()
447 inBufDesc.value = anOid->elements; in listUsers()
454 anOid = userMechOid; in listUsers()
457 if (!gsscred_MakeName(anOid, name, nameOidStr, &outBufDesc)) in listUsers()
548 gss_OID anOid = NULL, userMechOid = NULL; in removeUsers() local
655 anOid = &mechSet->elements[i]; in removeUsers()
656 inBufDesc.length = anOid->length; in removeUsers()
657 inBufDesc.value = anOid->elements; in removeUsers()
663 anOid = userMechOid; in removeUsers()
666 if (!gsscred_MakeName(anOid, name, nameOidStr, &outBufDesc)) in removeUsers()