Searched refs:pbMechListData (Results 1 – 2 of 2) sorted by relevance
1540 unsigned char* pbMechListData = pSpnegoElement->pbData; in FindMechOIDInMechList() local1546 if ( ( nReturn = ASNDerCheckOID( pbMechListData, MechOID, nBoundaryLength, &nLength ) ) in FindMechOIDInMechList()1553 pbMechListData += nLength; in FindMechOIDInMechList()1584 int ValidateMechList( unsigned char* pbMechListData, long nBoundaryLength ) in ValidateMechList() argument1595 nReturn = ASNDerCheckToken( pbMechListData, OID, 0L, nBoundaryLength, in ValidateMechList()1599 pbMechListData += ( nLength + nTokenLength ); in ValidateMechList()
136 int ValidateMechList( unsigned char* pbMechListData, long nBoundaryLength );