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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.c61 // [in] nBoundaryLength - Length that value must not exceed.
77 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength, argument
93 if ( nNumLengthBytes <= nBoundaryLength - 1 )
186 // [in] nBoundaryLength - Length that value must not exceed.
204 long nLengthWithToken, long nBoundaryLength,
213 if ( nBoundaryLength >= 2 )
222 if ( ( nReturn = ASNDerGetLength( pbTokenData, nBoundaryLength, pnLength,
227 if ( ( nBoundaryLength - ( nNumLengthBytes + 1 ) < *pnLength ) )
274 // [in] nBoundaryLength - Length that value must not exceed.
287 int ASNDerCheckOID( unsigned char* pbTokenData, SPNEGO_MECH_OID nMechOID, long nBoundaryLength, argument
203 ASNDerCheckToken( unsigned char* pbTokenData, unsigned char nToken, long nLengthWithToken, long nBoundaryLength, long* pnLength, long* pnTokenLength ) argument
[all...]
H A Dspnegoparse.c966 long nBoundaryLength = pSpnegoToken->ulBinaryDataLen; local
977 if ( ( nReturn = ASNDerCheckToken( pbTokenData, SPNEGO_NEGINIT_APP_CONSTRUCT, 0L, nBoundaryLength,
989 nBoundaryLength -= nActualTokenLength;
992 if ( ( nReturn = ASNDerCheckOID( pbTokenData, spnego_mech_oid_Spnego, nBoundaryLength,
997 nBoundaryLength -= nActualTokenLength;
1002 *pnRemainingTokenLength, nBoundaryLength, pnTokenLength,
1008 nBoundaryLength -= nActualTokenLength;
1013 *pnRemainingTokenLength, nBoundaryLength, pnTokenLength,
1041 *pnRemainingTokenLength, nBoundaryLength, pnTokenLength,
1053 nBoundaryLength
1539 long nBoundaryLength = pSpnegoElement->nDatalength; local
[all...]

Completed in 61 milliseconds