Searched defs:nBoundaryLength (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_derparse.c57 * [in] nBoundaryLength - Length that value must not exceed.
73 smbfs_ASNDerGetLength(unsigned char *pbLengthData, long nBoundaryLength, argument
91 if (nNumLengthBytes <= nBoundaryLength - 1) {
187 * [in] nBoundaryLength - Length that value must not exceed.
205 long nLengthWithToken, long nBoundaryLength, long *pnLength,
213 if (nBoundaryLength >= 2) {
222 nBoundaryLength, pnLength, &nNumLengthBytes);
231 if ((nBoundaryLength - \
265 * [in] nBoundaryLength - Length that value must not exceed.
278 long nBoundaryLength, lon
204 smbfs_ASNDerCheckToken(unsigned char *pbTokenData, unsigned char nToken, long nLengthWithToken, long nBoundaryLength, long *pnLength, long *pnTokenLength) argument
277 smbfs_ASNDerCheckOID(unsigned char *pbTokenData, SPNEGO_MECH_OID nMechOID, long nBoundaryLength, long *pnTokenLength) argument
[all...]
H A Dsmbfs_spnegoparse.c921 long nBoundaryLength = pSpnegoToken->ulBinaryDataLen; local
933 SPNEGO_NEGINIT_APP_CONSTRUCT, 0L, nBoundaryLength,
948 nBoundaryLength -= nActualTokenLength;
952 spnego_mech_oid_Spnego, nBoundaryLength,
958 nBoundaryLength -= nActualTokenLength;
964 *pnRemainingTokenLength, nBoundaryLength,
970 nBoundaryLength -= nActualTokenLength;
982 nBoundaryLength, pnTokenLength,
1009 nBoundaryLength, pnTokenLength, &nActualTokenLength);
1022 nBoundaryLength
1548 long nBoundaryLength = pSpnegoElement->nDatalength; local
1589 smbfs_ValidateMechList(unsigned char *pbMechListData, long nBoundaryLength) argument
[all...]

Completed in 23 milliseconds