Lines Matching refs:nBoundaryLength

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()
1057 … *pnRemainingTokenLength, nBoundaryLength, pnTokenLength, in InitSpnegoTokenType()
1539 long nBoundaryLength = pSpnegoElement->nDatalength; in FindMechOIDInMechList() local
1542 while( SPNEGO_E_SUCCESS != nReturn && nBoundaryLength > 0L ) in FindMechOIDInMechList()
1546 if ( ( nReturn = ASNDerCheckOID( pbMechListData, MechOID, nBoundaryLength, &nLength ) ) in FindMechOIDInMechList()
1554 nBoundaryLength -= nLength; in FindMechOIDInMechList()
1584 int ValidateMechList( unsigned char* pbMechListData, long nBoundaryLength ) in ValidateMechList() argument
1590 while( SPNEGO_E_SUCCESS == nReturn && nBoundaryLength > 0L ) in ValidateMechList()
1595 nReturn = ASNDerCheckToken( pbMechListData, OID, 0L, nBoundaryLength, in ValidateMechList()
1600 nBoundaryLength -= ( nLength + nTokenLength ); in ValidateMechList()