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

/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.c336 gss_OID anOid = NULL, userMechOid = NULL; local
445 anOid = &mechSet->elements[i];
446 inBufDesc.length = anOid->length;
447 inBufDesc.value = anOid->elements;
454 anOid = userMechOid;
457 if (!gsscred_MakeName(anOid, name, nameOidStr, &outBufDesc))
548 gss_OID anOid = NULL, userMechOid = NULL; local
655 anOid = &mechSet->elements[i];
656 inBufDesc.length = anOid->length;
657 inBufDesc.value = anOid
[all...]

Completed in 44 milliseconds