Home
last modified time | relevance | path

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

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