Home
last modified time | relevance | path

Searched refs:anOid (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/gss/gsscred/
H A Dgsscred.c336 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()
[all …]