/aoo4110/main/sal/qa/rtl/random/ |
H A D | rtl_random.cxx | 55 rtlRandomPool aPool = rtl_random_createPool(); in createPool_001() 94 rtlRandomPool aPool = rtl_random_createPool(); in destroyPool_001() 128 rtlRandomPool aPool = rtl_random_createPool(); in addBytes_000() 150 rtlRandomPool aPool = rtl_random_createPool(); in addBytes_001() 258 rtlRandomPool aPool = rtl_random_createPool(); in getBytes_000() 279 rtlRandomPool aPool = rtl_random_createPool(); in getBytes_001() 296 rtlRandomPool aPool = rtl_random_createPool(); in getBytes_002() 317 rtlRandomPool aPool = rtl_random_createPool(); in getBytes_003() 349 rtlRandomPool aPool = rtl_random_createPool(); in getBytes_003_1()
|
/aoo4110/main/sal/inc/rtl/ |
H A D | random.h | 40 typedef void* rtlRandomPool; typedef 62 rtlRandomPool SAL_CALL rtl_random_createPool (void) SAL_THROW_EXTERN_C(); 70 rtlRandomPool Pool 81 rtlRandomPool Pool, 94 rtlRandomPool Pool,
|
/aoo4110/main/sal/rtl/source/ |
H A D | random.c | 275 rtlRandomPool SAL_CALL rtl_random_createPool (void) in rtl_random_createPool() 287 return ((rtlRandomPool)pImpl); in rtl_random_createPool() 293 void SAL_CALL rtl_random_destroyPool (rtlRandomPool Pool) in rtl_random_destroyPool() 307 rtlRandomPool Pool, const void *Buffer, sal_Size Bytes) in rtl_random_addBytes() 323 rtlRandomPool Pool, void *Buffer, sal_Size Bytes) in rtl_random_getBytes()
|
H A D | uuid.cxx | 104 static rtlRandomPool pool = NULL; in rtl_createUuid()
|
/aoo4110/main/package/inc/ |
H A D | ZipPackageFolder.hxx | 49 typedef void* rtlRandomPool; typedef 90 …ut, const com::sun::star::uno::Sequence < sal_Int8 >& rEncryptionKey, rtlRandomPool & rRandomPool); 93 …pOut, const com::sun::star::uno::Sequence< sal_Int8 > &rEncryptionKey, rtlRandomPool & rRandomPool)
|
/aoo4110/main/sal/workben/ |
H A D | t_random.c | 49 rtlRandomPool pool; in main()
|
/aoo4110/main/package/source/zippackage/ |
H A D | ZipPackageFolder.cxx | 303 …tputStream & rZipOut, const uno::Sequence < sal_Int8 >& rEncryptionKey, rtlRandomPool &rRandomPool) in saveChild() 684 …putStream & rZipOut, const uno::Sequence < sal_Int8 >& rEncryptionKey, rtlRandomPool &rRandomPool ) in saveContents()
|
H A D | ZipPackage.cxx | 1258 rtlRandomPool aRandomPool = rtl_random_createPool (); in writeTempFile()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xeroot.cxx | 260 rtlRandomPool aRandomPool = rtl_random_createPool (); in GenerateEncryptionData()
|
H A D | xestream.cxx | 587 rtlRandomPool aRandomPool = rtl_random_createPool (); in Init()
|
/aoo4110/main/xmlsecurity/source/xmlsec/nss/ |
H A D | ciphercontext.cxx | 212 rtlRandomPool aRandomPool = rtl_random_createPool(); in finalizeCipherContextAndDispose()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | bookmrk.cxx | 186 static rtlRandomPool aPool = rtl_random_createPool(); in GenerateNewName()
|
/aoo4110/main/desktop/source/deployment/misc/ |
H A D | dp_misc.cxx | 436 static rtlRandomPool s_hPool = rtl_random_createPool(); in generateRandomPipeId()
|
/aoo4110/main/framework/test/threadtest/ |
H A D | threadtest.cxx | 262 rtlRandomPool aPool = rtl_random_createPool(); in getRandomValue()
|
/aoo4110/main/framework/test/ |
H A D | threadtest.cxx | 265 rtlRandomPool aPool = rtl_random_createPool(); in getRandomValue()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | docpasswordhelper.cxx | 277 rtlRandomPool aRandomPool = rtl_random_createPool (); in GenerateRandomByteSequence()
|
/aoo4110/main/cppuhelper/source/ |
H A D | bootstrap.cxx | 556 rtlRandomPool hPool = rtl_random_createPool(); in bootstrap()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docnum.cxx | 2524 static rtlRandomPool s_RandomPool( rtl_random_createPool() ); in GetUniqueNumRuleName() 2932 static rtlRandomPool s_RandomPool( rtl_random_createPool() ); in CreateUniqueListId()
|
/aoo4110/main/binaryurp/source/ |
H A D | bridge.cxx | 84 rtlRandomPool pool = rtl_random_createPool(); in random()
|
/aoo4110/main/scaddins/source/analysis/ |
H A D | analysis.cxx | 812 static rtlRandomPool aPool = rtl_random_createPool(); in getRandbetween()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | Metadatable.cxx | 402 static rtlRandomPool s_Pool( rtl_random_createPool() ); in create_id()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 3207 rtlRandomPool aRandomPool = rtl_random_createPool (); in InitStd97CodecUpdateMedium()
|
H A D | ww8par.cxx | 4953 rtlRandomPool aRandomPool = rtl_random_createPool(); in InitXorWord95Codec()
|
/aoo4110/main/writerfilter/qa/cppunittests/qname/ |
H A D | testQName.cxx | 51 rtlRandomPool rndPool=rtl_random_createPool(); in test() 68 rtlRandomPool rndPool=rtl_random_createPool(); in testperf()
|