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

/osnet-11/usr/src/lib/libgss/
H A Dg_imp_name.c195 OM_uint32 major, mechOidLen, nameLen, curLength; local
201 curLength = expNameTokIdLen + mechOidLenLen;
202 if (expName.length < curLength)
214 curLength += mechOidLen;
215 if (expName.length < curLength)
233 (expName.length - curLength), &bytes);
287 curLength += 4; /* 4 bytes for name len */
288 if (expName.length < curLength)
302 curLength += nameLen; /* this is the total length */
303 if (expName.length < curLength)
[all...]

Completed in 15 milliseconds