Searched refs:nBoundaryLength (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | spnegoparse.c | 967 long nBoundaryLength = pSpnegoToken->ulBinaryDataLen; in InitSpnegoTokenType() local 978 … if ( ( nReturn = ASNDerCheckToken( pbTokenData, SPNEGO_NEGINIT_APP_CONSTRUCT, 0L, nBoundaryLength, in InitSpnegoTokenType() 990 nBoundaryLength -= nActualTokenLength; in InitSpnegoTokenType() 993 if ( ( nReturn = ASNDerCheckOID( pbTokenData, spnego_mech_oid_Spnego, nBoundaryLength, in InitSpnegoTokenType() 998 nBoundaryLength -= nActualTokenLength; in InitSpnegoTokenType() 1003 … *pnRemainingTokenLength, nBoundaryLength, pnTokenLength, in InitSpnegoTokenType() 1009 nBoundaryLength -= nActualTokenLength; in InitSpnegoTokenType() 1014 … *pnRemainingTokenLength, nBoundaryLength, pnTokenLength, in InitSpnegoTokenType() 1042 *pnRemainingTokenLength, nBoundaryLength, pnTokenLength, in InitSpnegoTokenType() 1054 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 );
|