/aoo42x/main/sal/rtl/source/ |
H A D | digest.c | 292 rtl_zeroMemory (ctx, sizeof (DigestContextMD2)); in __rtl_digest_initMD2() 337 rtl_zeroMemory (state, 48 * sizeof(sal_uInt32)); in __rtl_digest_updateMD2() 384 rtl_zeroMemory (&digest, sizeof (digest)); in rtl_digest_MD2() 749 rtl_zeroMemory (&digest, sizeof (digest)); in rtl_digest_MD5() 1226 rtl_zeroMemory (&digest, sizeof (digest)); in rtl_digest_SHA() 1414 rtl_zeroMemory (&digest, sizeof (digest)); in rtl_digest_SHA1() 1655 rtl_zeroMemory (&digest, sizeof (digest)); in rtl_digest_HMAC_MD5() 1884 rtl_zeroMemory (&digest, sizeof (digest)); in rtl_digest_HMAC_SHA1() 2050 rtl_zeroMemory (U, DIGEST_CBLOCK_PBKDF2); in __rtl_digest_updatePBKDF2() 2103 rtl_zeroMemory (T, DIGEST_CBLOCK_PBKDF2); in rtl_digest_PBKDF2() [all …]
|
H A D | memory.c | 28 void SAL_CALL rtl_zeroMemory(void *Ptr, sal_Size Bytes) in rtl_zeroMemory() function
|
H A D | byteseq.c | 102 rtl_zeroMemory( pNew->elements + nElements, nSize - nElements ); in rtl_byte_sequence_realloc()
|
/aoo42x/main/cppu/source/uno/ |
H A D | sequence.cxx | 87 ::rtl_zeroMemory( in idefaultConstructElements() 97 ::rtl_zeroMemory( in idefaultConstructElements() 107 ::rtl_zeroMemory( in idefaultConstructElements() 118 ::rtl_zeroMemory( in idefaultConstructElements() 129 ::rtl_zeroMemory( in idefaultConstructElements() 140 ::rtl_zeroMemory( in idefaultConstructElements() 343 ::rtl_zeroMemory( in idefaultConstructElements()
|
H A D | constr.hxx | 97 ::rtl_zeroMemory(pMem, nElementSize * nTotalElements); in _defaultConstructArray()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | docpasswordhelper.cxx | 293 rtl_zeroMemory( pPassData, sizeof(pPassData) ); in GenerateStd97Key() 311 rtl_zeroMemory( pKeyData, sizeof(pKeyData) ); in GenerateStd97Key() 341 rtl_zeroMemory( pKeyData + 17, sizeof(pKeyData) - 17 ); in GenerateStd97Key() 352 rtl_zeroMemory( pKeyData, sizeof(pKeyData) ); in GenerateStd97Key()
|
/aoo42x/main/store/workben/ |
H A D | t_base.cxx | 260 rtl_zeroMemory (&it, sizeof(it)); in __store_testUnicode() 267 rtl_zeroMemory ( in __store_testUnicode() 358 rtl_zeroMemory (pBuffer, sizeof (pBuffer)); in main()
|
/aoo42x/main/basegfx/inc/basegfx/raster/ |
H A D | bzpixelraster.hxx | 49 rtl_zeroMemory(mpZBuffer, sizeof(sal_uInt16) * mnCount); in resetZ() 57 rtl_zeroMemory(mpZBuffer, sizeof(sal_uInt16) * mnCount); in BZPixelRaster()
|
H A D | bpixelraster.hxx | 57 rtl_zeroMemory(mpContent, sizeof(BPixel) * mnCount); in reset()
|
/aoo42x/main/sfx2/source/explorer/ |
H A D | nochaos.cxx | 205 rtl_zeroMemory( m_ppDefaults, sizeof( SfxPoolItem* ) * m_nItems ); in CntStaticPoolDefaults_Impl() 206 rtl_zeroMemory( m_pItemInfos, sizeof( SfxItemInfo ) * m_nItems ); in CntStaticPoolDefaults_Impl()
|
/aoo42x/main/sal/osl/w32/ |
H A D | pipe.c | 389 rtl_zeroMemory(&os, sizeof(OVERLAPPED)); in osl_acceptPipe() 480 rtl_zeroMemory(&os,sizeof(OVERLAPPED)); in osl_receivePipe() 532 rtl_zeroMemory(&os, sizeof(OVERLAPPED)); in osl_sendPipe()
|
/aoo42x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 1055 rtl_zeroMemory( m_aOEntry, sizeof( m_aOEntry ) ); in PDFFileImplData() 1056 rtl_zeroMemory( m_aUEntry, sizeof( m_aUEntry ) ); in PDFFileImplData() 1057 rtl_zeroMemory( m_aDecryptionKey, sizeof( m_aDecryptionKey ) ); in PDFFileImplData() 1176 rtl_zeroMemory( nEncryptedEntry, sizeof(nEncryptedEntry) ); in check_user_password() 1246 rtl_zeroMemory( nPwd, sizeof(nPwd) ); in setupDecryptionData()
|
/aoo42x/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 587 rtl_zeroMemory( nActualChecksum, sizeof(nActualChecksum) ); in checkDocChecksum() 718 rtl_zeroMemory( (void*)aIsoPwd.getStr(), aIsoPwd.getLength() ); in getAdditionalStream() 747 … rtl_zeroMemory( (void*)aIsoPwd.getStr(), aIsoPwd.getLength() ); in getAdditionalStream()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_9rm.cxx | 462 rtl_zeroMemory(pDst,nNumBytesToCopy+4); in update() 502 rtl_zeroMemory(pDst,4*(nNumColumns+1)); in update() 535 rtl_zeroMemory(pDst,4*(nNumColumns+1)); in update()
|
/aoo42x/main/extensions/workben/ |
H A D | testpgp.cxx | 223 rtl_zeroMemory (buffer, sizeof(buffer)); in setBuffer() 234 rtl_zeroMemory (buffer, k); in setBuffer()
|
/aoo42x/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 938 rtl_zeroMemory( (void*)aIsoPwd.getStr(), aIsoPwd.getLength() ); in checkEncryption() 954 rtl_zeroMemory( (void*)aIsoPwd.getStr(), aIsoPwd.getLength() ); in checkEncryption() 962 rtl_zeroMemory( (void*)io_rPwd.getStr(), io_rPwd.getLength()*sizeof(sal_Unicode) ); in checkEncryption()
|
/aoo42x/main/sal/inc/rtl/ |
H A D | memory.h | 34 void SAL_CALL rtl_zeroMemory(void *Ptr, sal_Size Bytes);
|
/aoo42x/main/xmlhelp/source/cxxhelp/inc/qe/ |
H A D | Query.hxx | 51 rtl_zeroMemory( matches_,sizeof( sal_Int32 ) * matchesL_ ); in QueryHit()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 1236 rtl_zeroMemory( aPadOPW, sizeof(aPadOPW) ); in initEncryption() 1237 rtl_zeroMemory( aPadUPW, sizeof(aPadUPW) ); in initEncryption() 1319 rtl_zeroMemory( (sal_Char*)aString.getStr(), aString.getLength() ); in padPassword()
|
/aoo42x/main/vcl/aqua/source/dtrans/ |
H A D | HtmlFmtFlt.cxx | 113 rtl_zeroMemory(byteSequence.getArray(), byteSequence.getLength()); in TextHtmlToHTMLFormat()
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | test_ftpurl.cxx | 261 rtl_zeroMemory((void*)buff,bffsz); in test_ftpopen()
|
/aoo42x/main/sal/qa/helper/gcov/ |
H A D | deprecated.txt | 179 rtl_zeroMemory;
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 567 rtl_zeroMemory( &aAnim, sizeof( aAnim ) ); in exportNode() 802 rtl_zeroMemory( &aAnim, sizeof( aAnim ) ); in exportAnimNode() 919 rtl_zeroMemory( pAny, sizeof( pAny ) ); in exportAnimPropertySet()
|
/aoo42x/main/sal/util/ |
H A D | sal.map | 198 rtl_zeroMemory;
|
/aoo42x/main/dtrans/source/win32/dtobj/ |
H A D | FmtFilter.cxx | 400 rtl_zeroMemory(byteSequence.getArray(), byteSequence.getLength()); in TextHtmlToHTMLFormat()
|