Searched refs:pbMechListData (Results 1 – 2 of 2) sorted by relevance
1528 unsigned char* pbMechListData = pSpnegoElement->pbData; in FindMechOIDInMechList() local1534 if ( ( nReturn = ASNDerCheckOID( pbMechListData, MechOID, nBoundaryLength, &nLength ) ) in FindMechOIDInMechList()1541 pbMechListData += nLength; in FindMechOIDInMechList()1572 int ValidateMechList( unsigned char* pbMechListData, long nBoundaryLength ) in ValidateMechList() argument1583 nReturn = ASNDerCheckToken( pbMechListData, OID, 0L, nBoundaryLength, in ValidateMechList()1587 pbMechListData += ( nLength + nTokenLength ); in ValidateMechList()
137 int ValidateMechList( unsigned char* pbMechListData, long nBoundaryLength );