Searched refs:nBoundaryLength (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | spnegoparse.c | 966 long nBoundaryLength = pSpnegoToken->ulBinaryDataLen; in InitSpnegoTokenType() local 977 … if ( ( nReturn = ASNDerCheckToken( pbTokenData, SPNEGO_NEGINIT_APP_CONSTRUCT, 0L, nBoundaryLength, in InitSpnegoTokenType() 989 nBoundaryLength -= nActualTokenLength; in InitSpnegoTokenType() 992 if ( ( nReturn = ASNDerCheckOID( pbTokenData, spnego_mech_oid_Spnego, nBoundaryLength, in InitSpnegoTokenType() 997 nBoundaryLength -= nActualTokenLength; in InitSpnegoTokenType() 1002 … *pnRemainingTokenLength, nBoundaryLength, pnTokenLength, in InitSpnegoTokenType() 1008 nBoundaryLength -= nActualTokenLength; in InitSpnegoTokenType() 1013 … *pnRemainingTokenLength, nBoundaryLength, pnTokenLength, in InitSpnegoTokenType() 1041 *pnRemainingTokenLength, nBoundaryLength, pnTokenLength, in InitSpnegoTokenType() 1053 nBoundaryLength -= nActualTokenLength; in InitSpnegoTokenType() [all …]
|
H A D | derparse.c | 77 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength, in ASNDerGetLength() argument 93 if ( nNumLengthBytes <= nBoundaryLength - 1 ) in ASNDerGetLength() 204 long nLengthWithToken, long nBoundaryLength, in ASNDerCheckToken() argument 213 if ( nBoundaryLength >= 2 ) in ASNDerCheckToken() 222 if ( ( nReturn = ASNDerGetLength( pbTokenData, nBoundaryLength, pnLength, in ASNDerCheckToken() 227 if ( ( nBoundaryLength - ( nNumLengthBytes + 1 ) < *pnLength ) ) in ASNDerCheckToken() 287 int ASNDerCheckOID( unsigned char* pbTokenData, SPNEGO_MECH_OID nMechOID, long nBoundaryLength, in ASNDerCheckOID() argument 294 if ( ( nReturn = ASNDerCheckToken( pbTokenData, OID, 0L, nBoundaryLength, in ASNDerCheckOID()
|
H A D | derparse.h | 170 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength, 173 long nCheckLength, long nBoundaryLength, long* pnLength, 175 int ASNDerCheckOID( unsigned char* pbTokenData, SPNEGO_MECH_OID nMechOID, long nBoundaryLength,
|
H A D | spnegoparse.h | 136 int ValidateMechList( unsigned char* pbMechListData, long nBoundaryLength );
|