Searched refs:rtl_random_addBytes (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sal/qa/rtl/random/ |
H A D | rtl_random.cxx | 111 rtlRandomError aError = rtl_random_addBytes(NULL, NULL, 0); in TEST_F() 114 /* rtlRandomError */ aError = rtl_random_addBytes(aPool, NULL, 0); in TEST_F() 117 /* rtlRandomError */ aError = rtl_random_addBytes(aPool, pBuffer, nBufLen); in TEST_F() 134 rtl_random_addBytes(aPool, pBuffer, nBufLen); in TEST_F()
|
/aoo42x/main/sal/inc/rtl/ |
H A D | random.h | 80 rtlRandomError SAL_CALL rtl_random_addBytes (
|
/aoo42x/main/sal/rtl/source/ |
H A D | random.c | 306 rtlRandomError SAL_CALL rtl_random_addBytes ( in rtl_random_addBytes() function
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xeroot.cxx | 261 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in GenerateEncryptionData()
|
H A D | xestream.cxx | 588 rtl_random_addBytes( aRandomPool, &aTime, 8 ); in Init()
|
/aoo42x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | ciphercontext.cxx | 213 rtl_random_addBytes( aRandomPool, &aTime, 8 ); in finalizeCipherContextAndDispose()
|
/aoo42x/main/sal/util/ |
H A D | sal.map | 409 rtl_random_addBytes;
|
/aoo42x/main/comphelper/source/misc/ |
H A D | docpasswordhelper.cxx | 278 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in GenerateRandomByteSequence()
|
/aoo42x/main/package/source/package/zippackage/ |
H A D | ZipPackage.cxx | 1259 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in writeTempFile()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 3194 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in InitStd97CodecUpdateMedium()
|
H A D | ww8par.cxx | 4955 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in InitXorWord95Codec()
|
Completed in 87 milliseconds