Searched refs:nBoundaryLength (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | derparse.c | 76 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength, in ASNDerGetLength() argument 92 if ( nNumLengthBytes <= nBoundaryLength - 1 ) in ASNDerGetLength() 203 long nLengthWithToken, long nBoundaryLength, in ASNDerCheckToken() argument 212 if ( nBoundaryLength >= 2 ) in ASNDerCheckToken() 221 if ( ( nReturn = ASNDerGetLength( pbTokenData, nBoundaryLength, pnLength, in ASNDerCheckToken() 226 if ( ( nBoundaryLength - ( nNumLengthBytes + 1 ) < *pnLength ) ) in ASNDerCheckToken() 286 int ASNDerCheckOID( unsigned char* pbTokenData, SPNEGO_MECH_OID nMechOID, long nBoundaryLength, in ASNDerCheckOID() argument 293 if ( ( nReturn = ASNDerCheckToken( pbTokenData, OID, 0L, nBoundaryLength, in ASNDerCheckOID()
|
H A D | spnegoparse.c | 949 long nBoundaryLength = pSpnegoToken->ulBinaryDataLen; in InitSpnegoTokenType() local 960 … if ( ( nReturn = ASNDerCheckToken( pbTokenData, SPNEGO_NEGINIT_APP_CONSTRUCT, 0L, nBoundaryLength, in InitSpnegoTokenType() 972 nBoundaryLength -= nActualTokenLength; in InitSpnegoTokenType() 975 if ( ( nReturn = ASNDerCheckOID( pbTokenData, spnego_mech_oid_Spnego, nBoundaryLength, in InitSpnegoTokenType() 980 nBoundaryLength -= nActualTokenLength; in InitSpnegoTokenType() 985 … *pnRemainingTokenLength, nBoundaryLength, pnTokenLength, in InitSpnegoTokenType() 991 nBoundaryLength -= nActualTokenLength; in InitSpnegoTokenType() 996 … *pnRemainingTokenLength, nBoundaryLength, pnTokenLength, in InitSpnegoTokenType() 1024 *pnRemainingTokenLength, nBoundaryLength, pnTokenLength, in InitSpnegoTokenType() 1036 nBoundaryLength -= nActualTokenLength; in InitSpnegoTokenType() [all …]
|
H A D | derparse.h | 171 int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength, 174 long nCheckLength, long nBoundaryLength, long* pnLength, 176 int ASNDerCheckOID( unsigned char* pbTokenData, SPNEGO_MECH_OID nMechOID, long nBoundaryLength,
|
H A D | spnegoparse.h | 137 int ValidateMechList( unsigned char* pbMechListData, long nBoundaryLength );
|