Home
last modified time | relevance | path

Searched refs:CXiVerifyHuffmanTable_ (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.2/build/libraries/cx/src/
DCXSecureUncompression.c344 extern BOOL CXiVerifyHuffmanTable_( const void* pTable, u8 bit );
356 CXiVerifyHuffmanTable_( const void* pTable, u8 bit ) in CXiVerifyHuffmanTable_() function
503 if ( ! CXiVerifyHuffmanTable_(treep, (u8)dataBit) ) in CXSecureUncompressHuffman()
DCXStreamingUncompression.c435 extern BOOL CXiVerifyHuffmanTable_( const void* pTable, u8 bit );
507 if ( ! CXiVerifyHuffmanTable_( &context->tree[ 0 ], context->bitSize ) ) in CXReadUncompHuffman()