Home
last modified time | relevance | path

Searched refs:pInBuffer (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_hash_ex.c170 return HASH_Accumulate(hhash, pInBuffer, Size,HASH_ALGOSELECTION_SHA224); in HAL_HASHEx_SHA224_Accumulate()
211 return HASH_Accumulate(hhash, pInBuffer, Size,HASH_ALGOSELECTION_SHA256); in HAL_HASHEx_SHA256_Accumulate()
316 return HASH_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_SHA224); in HAL_HASHEx_SHA224_Start_DMA()
346 return HASH_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_SHA256); in HAL_HASHEx_SHA256_Start_DMA()
537 return HMAC_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_SHA224); in HAL_HMACEx_SHA224_Start_DMA()
638 return HMAC_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_MD5); in HAL_HMACEx_MD5_Step1_2_DMA()
662 return HMAC_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_MD5); in HAL_HMACEx_MD5_Step2_DMA()
685 return HMAC_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_MD5); in HAL_HMACEx_MD5_Step2_3_DMA()
708 return HMAC_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_SHA1); in HAL_HMACEx_SHA1_Step1_2_DMA()
732 return HMAC_Start_DMA(hhash, pInBuffer, Size, HASH_ALGOSELECTION_SHA1); in HAL_HMACEx_SHA1_Step2_DMA()
[all …]
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/weather/
H A Dhttputil.c70 gpointer pInBuffer = NULL; in getURL() local
90 return pInBuffer; // it's NULL in getURL()
109 pInBufferRef = pInBuffer; in getURL()
111 pInBuffer = g_try_realloc(pInBuffer, iCurrSize + iReadSize); in getURL()
136 g_free(pInBuffer); in getURL()
138 pInBuffer = NULL; in getURL()
143 pInBufferRef = pInBuffer; in getURL()
146 pInBuffer = g_try_realloc(pInBuffer, iCurrSize + 1); in getURL()
148 if (!pInBuffer) in getURL()
153 pInBuffer = NULL; in getURL()
[all …]
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/crypto/
H A DCipherContext.cpp256 int CipherContext::Transform(void *pOutBuffer, int OutLength, const void *pInBuffer, int InLength) in Transform() argument
269 …if(pOutBuffer == 0 || OutLength < 0 || (pInBuffer != 0 && InLength <= 0) || (pInBuffer == 0 && InL… in Transform()
275 if(pInBuffer == 0) in Transform()
288 …if(EVP_CipherUpdate(&ctx, (unsigned char*)pOutBuffer, &outLength, (unsigned char*)pInBuffer, InLen… in Transform()
478 int CipherContext::TransformBlock(void *pOutBuffer, int OutLength, const void *pInBuffer, int InLen… in TransformBlock() argument
518 …if(EVP_CipherUpdate(&ctx, (unsigned char*)pOutBuffer, &outLength, (unsigned char*)pInBuffer, InLen… in TransformBlock()
H A DCipherContext.h110 int Transform(void *pOutBuffer, int OutLength, const void *pInBuffer, int InLength);
115 int TransformBlock(void *pOutBuffer, int OutLength, const void *pInBuffer, int InLength);
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/io/
H A DImplode.cpp166 pStr->pInPos = pStr->pInBuffer; in implode()
204 while(pStr->pInPos < pStr->pInBuffer + pStr->nInSize) { in implode()
211 if(pStr->nCurDictSize > 0 && pStr->nInSize - (pStr->pInPos - pStr->pInBuffer) > 0) { in implode()
252 if(nCopyLen >= 518 || pStr->nInSize - (pNewInPos - pStr->pInBuffer) == 0) { in implode()
451 strm.pInBuffer = (const unsigned char*)buf; in implodeAlloc()
H A DImplode.h65 const unsigned char * pInBuffer; // Pointer to input buffer member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/ctools/ctransition/
H A Dct_nlmzip_dcompr.cpp138 static unsigned char* pInBuffer = NULL; /* pointer to input buffer */ variable
213 return pInBuffer[iInCurPos++]; in Nlmzip_ReadByte()
236 &pInBuffer[iInCurPos], /* source */ in Nlmzip_ReadData()
369 pInBuffer = (unsigned char*)pInputData; /* pointer to input */ in Nlmzip_Compress()
448 pInBuffer = (unsigned char*)pInputData; /* pointer to input */ in Nlmzip_Uncompress()
/dports/graphics/podofo/podofo-0.9.7/src/podofo/base/
H A DPdfFilter.cpp239 void PdfFilter::Encode( const char* pInBuffer, pdf_long lInLen, char** ppOutBuffer, pdf_long* plOut… in Encode() argument
249 const_cast<PdfFilter*>(this)->EncodeBlock( pInBuffer, lInLen ); in Encode()
256 void PdfFilter::Decode( const char* pInBuffer, pdf_long lInLen, char** ppOutBuffer, pdf_long* plOut… in Decode() argument
267 const_cast<PdfFilter*>(this)->DecodeBlock( pInBuffer, lInLen ); in Decode()
H A DPdfFilter.h92 …void Encode( const char* pInBuffer, pdf_long lInLen, char** ppOutBuffer, pdf_long* plOutLen ) cons…
159 …void Decode( const char* pInBuffer, pdf_long lInLen, char** ppOutBuffer, pdf_long* plOutLen, const…
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Dbase64.cxx152 const sal_Unicode *pInBuffer = rInBuffer.getStr(); in decodeSomeChars() local
163 sal_Unicode cChar = *pInBuffer; in decodeSomeChars()
205 pInBuffer++; in decodeSomeChars()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Dbase64.cxx152 const sal_Unicode *pInBuffer = rInBuffer.getStr(); in decodeSomeChars() local
163 sal_Unicode cChar = *pInBuffer; in decodeSomeChars()
205 pInBuffer++; in decodeSomeChars()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/compress/
H A DCompress.h150 void Input(const void *pInBuffer, int InLength) in Input() argument
159 mStream.next_in = (unsigned char *)pInBuffer; in Input()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libAACenc/src/
H A Dmps_main.cpp118 void *pInBuffer[1]; member
316 hMpsEnc->inBufDesc.ppBase = (void **)&hMpsEnc->pInBuffer; in FDK_MpegsEnc_Init()
328 hMpsEnc->pInBuffer[0] = NULL; in FDK_MpegsEnc_Init()
378 hMpsEnc->pInBuffer[0] = (void *)pAudioSamples; in FDK_MpegsEnc_Process()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libAACenc/src/
H A Dmps_main.cpp118 void *pInBuffer[1]; member
316 hMpsEnc->inBufDesc.ppBase = (void **)&hMpsEnc->pInBuffer; in FDK_MpegsEnc_Init()
328 hMpsEnc->pInBuffer[0] = NULL; in FDK_MpegsEnc_Init()
378 hMpsEnc->pInBuffer[0] = (void *)pAudioSamples; in FDK_MpegsEnc_Process()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dsalctype.hxx58 ConvertDataFormat nInFormat, void* pInBuffer, sal_uLong nInBufSize,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsalctype.hxx58 ConvertDataFormat nInFormat, void* pInBuffer, sal_uLong nInBufSize,
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DHbpl1_Wrapper.cpp196 DRIVER_ERROR Hbpl1Wrapper::Encapsulate (void *pInBuffer, int inBufferSize, int numLines, void **pOu… in Encapsulate() argument
199 m_pPCLmGenerator->Encapsulate(pInBuffer, inBufferSize, numLines, pOutBuffer, pOutBufferSize); in Encapsulate()
H A DHbpl1_Wrapper.h54 …virtual DRIVER_ERROR Encapsulate(void *pInBuffer, int inBufferSize, int numLines, void **pOutBuffe…
H A DgenPCLm.cpp234 bool PCLmGenerator::isWhiteStrip(void *pInBuffer, int inBufferSize) in isWhiteStrip() argument
236 uint32 *ptr=(uint32*)pInBuffer; in isWhiteStrip()
1790 int PCLmGenerator::Encapsulate(void *pInBuffer, int inBufferSize, int thisHeight, void **pOutBuffe… in Encapsulate() argument
1828 memcpy(whereAreWe,pInBuffer,scanlinesThisTime*scanlineWidth); in Encapsulate()
1835 whereAreWe=(ubyte*)pInBuffer+(scanlineWidth*numLeftoverScanlines); in Encapsulate()
1839 savedInBufferPtr=pInBuffer; in Encapsulate()
1844 localInBuffer=pInBuffer; in Encapsulate()
1898 bool whiteStrip=isWhiteStrip(pInBuffer, thisHeight*currSourceWidth*srcNumComponents); in Encapsulate()
H A DPCLmGenerator.h217 …int Encapsulate (void *pInBuffer, int inBufferSize, int numLines, void **pOutBuffer, int *iOutBuff…
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Dplanar.c970 static INLINE UINT32 freerdp_bitmap_planar_write_rle_bytes(const BYTE* pInBuffer, UINT32 cRawBytes, in freerdp_bitmap_planar_write_rle_bytes() argument
978 pInput = pInBuffer; in freerdp_bitmap_planar_write_rle_bytes()
1084 static INLINE UINT32 freerdp_bitmap_planar_encode_rle_bytes(const BYTE* pInBuffer, in freerdp_bitmap_planar_encode_rle_bytes() argument
1100 pInput = pInBuffer; in freerdp_bitmap_planar_encode_rle_bytes()
/dports/net/rdesktop/rdesktop-1.9.0/
H A Dscard.c2139 unsigned char *pInBuffer, *pOutBuffer; in TS_SCardControl() local
2144 pInBuffer = NULL; in TS_SCardControl()
2166 pInBuffer = SC_xmalloc(&lcHandle, nInBufferSize); in TS_SCardControl()
2167 if (!pInBuffer) in TS_SCardControl()
2169 in_uint8a(in, pInBuffer, nInBufferSize); in TS_SCardControl()
2235 rv = SCardControl(myHCard, pInBuffer, (MYPCSC_DWORD) nInBufferSize, pOutBuffer, in TS_SCardControl()
2238 rv = SCardControl(myHCard, (MYPCSC_DWORD) dwControlCode, pInBuffer, in TS_SCardControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx77 void decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt()
81 pFile && pFile->decrypt( pInBuffer, nLen, pOutBuffer, nObject, nGeneration ); in decrypt()
1063 bool PDFFile::decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt() argument
1092 pInBuffer, nLen, in decrypt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx77 void decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt()
81 pFile && pFile->decrypt( pInBuffer, nLen, pOutBuffer, nObject, nGeneration ); in decrypt()
1064 bool PDFFile::decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt() argument
1093 pInBuffer, nLen, in decrypt()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx253 bool decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen,

1234567891011