/aoo4110/main/sal/qa/rtl/random/ |
H A D | rtl_random.cxx | 264 rtlRandomError aError = rtl_random_getBytes(NULL, NULL, 0); in getBytes_000() 267 /* rtlRandomError */ aError = rtl_random_getBytes(aPool, NULL, 0); in getBytes_000() 270 /* rtlRandomError */ aError = rtl_random_getBytes(aPool, pBuffer, nBufLen); in getBytes_000() 285 rtlRandomError aError = rtl_random_getBytes(aPool, pBuffer, nBufLen); in getBytes_001() 304 rtlRandomError aError = rtl_random_getBytes(aPool, pBuffer, nBufLen); in getBytes_002() 332 /* rtlRandomError aError = */ rtl_random_getBytes(aPool, pBuffer, nBufLen); in getBytes_003() 364 /* rtlRandomError aError = */ rtl_random_getBytes(aPool, pBuffer, nBufLen); in getBytes_003_1()
|
/aoo4110/main/scaddins/source/analysis/ |
H A D | analysis.cxx | 823 rtl_random_getBytes(aPool, &nScRandomIx, sizeof(nScRandomIx)); in getRandbetween() 825 rtl_random_getBytes(aPool, &nScRandomIy, sizeof(nScRandomIy)); in getRandbetween() 827 rtl_random_getBytes(aPool, &nScRandomIz, sizeof(nScRandomIz)); in getRandbetween() 829 rtl_random_getBytes(aPool, &nScRandomIt, sizeof(nScRandomIt)); in getRandbetween()
|
/aoo4110/main/sal/workben/ |
H A D | t_random.c | 55 rtl_random_getBytes (pool, buffer, 8); in main()
|
/aoo4110/main/sal/inc/rtl/ |
H A D | random.h | 93 rtlRandomError SAL_CALL rtl_random_getBytes (
|
/aoo4110/main/sal/rtl/source/ |
H A D | uuid.cxx | 113 if (rtl_random_getBytes(pool, pTargetUUID, 16) != rtl_Random_E_None) { in rtl_createUuid()
|
H A D | random.c | 322 rtlRandomError SAL_CALL rtl_random_getBytes ( in rtl_random_getBytes() function
|
/aoo4110/main/package/source/zippackage/ |
H A D | ZipPackageFolder.cxx | 468 rtl_random_getBytes ( rRandomPool, aSalt.getArray(), 16 ); in saveChild() 469 rtl_random_getBytes ( rRandomPool, aVector.getArray(), aVector.getLength() ); in saveChild()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xeroot.cxx | 264 rtl_random_getBytes( aRandomPool, pnDocId, 16 ); in GenerateEncryptionData()
|
H A D | xestream.cxx | 589 rtl_random_getBytes( aRandomPool, mpnSalt, 16 ); in Init()
|
/aoo4110/main/xmlsecurity/source/xmlsec/nss/ |
H A D | ciphercontext.cxx | 214 … rtl_random_getBytes( aRandomPool, m_aLastBlock.getArray() + nOldLastBlockLen, nPaddingSize - 1 ); in finalizeCipherContextAndDispose()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | bookmrk.cxx | 193 rtl_random_getBytes(aPool, &nRandom, sizeof(nRandom)); in GenerateNewName()
|
/aoo4110/main/sal/util/ |
H A D | sal.map | 410 rtl_random_getBytes;
|
/aoo4110/main/desktop/source/deployment/misc/ |
H A D | dp_misc.cxx | 440 if (rtl_random_getBytes( in generateRandomPipeId()
|
/aoo4110/main/framework/test/threadtest/ |
H A D | threadtest.cxx | 263 rtl_random_getBytes ( aPool, &nValue, 2 ); in getRandomValue()
|
/aoo4110/main/framework/test/ |
H A D | threadtest.cxx | 266 rtl_random_getBytes ( aPool, &nValue, 2 ); in getRandomValue()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | docpasswordhelper.cxx | 279 rtl_random_getBytes ( aRandomPool, aResult.getArray(), nLength ); in GenerateRandomByteSequence()
|
/aoo4110/main/cppuhelper/source/ |
H A D | bootstrap.cxx | 560 if ( rtl_random_getBytes( hPool, bytes, ARLEN( bytes ) ) in bootstrap()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docnum.cxx | 2526 rtl_random_getBytes( s_RandomPool, &n, sizeof(n) ); in GetUniqueNumRuleName() 2934 rtl_random_getBytes( s_RandomPool, &n, sizeof(n) ); in CreateUniqueListId()
|
/aoo4110/main/binaryurp/source/ |
H A D | bridge.cxx | 85 rtl_random_getBytes(pool, &n, sizeof n); in random()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | Metadatable.cxx | 410 rtl_random_getBytes(s_Pool, & n, sizeof(n)); in create_id()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 3211 rtl_random_getBytes( aRandomPool, pDocId, 16 ); in InitStd97CodecUpdateMedium()
|
H A D | ww8par.cxx | 4957 rtl_random_getBytes( aRandomPool, pDocId, 16 ); in InitXorWord95Codec()
|
/aoo4110/main/writerfilter/qa/cppunittests/qname/ |
H A D | testQName.cxx | 56 rtl_random_getBytes(rndPool, &id, sizeof(id)); in test() 74 rtl_random_getBytes(rndPool, &id, sizeof(id)); in testperf()
|