4 #ifndef INCLUDED_RTL_RANDOM_H
5 #define INCLUDED_RTL_RANDOM_H
48 ) SAL_THROW_EXTERN_C();
61 ) SAL_THROW_EXTERN_C();
74 ) SAL_THROW_EXTERN_C();
80 #endif // INCLUDED_RTL_RANDOM_H
SAL_DLLPUBLIC rtlRandomError rtl_random_getBytes(rtlRandomPool Pool, void *Buffer, sal_Size Bytes) SAL_THROW_EXTERN_C()
Retrieve bytes from a Random Pool.
void * rtlRandomPool
Random Pool opaque type.
Definition: random.h:18
SAL_DLLPUBLIC rtlRandomPool rtl_random_createPool(void) SAL_THROW_EXTERN_C()
Create a Random Pool.
SAL_DLLPUBLIC rtlRandomError rtl_random_addBytes(rtlRandomPool Pool, const void *Buffer, sal_Size Bytes) SAL_THROW_EXTERN_C()
Add bytes to a Random Pool.
CPPU_DLLPUBLIC void SAL_THROW_EXTERN_C()
This method is called to wait for a reply of a previously sent request.
#define SAL_MAX_ENUM
Definition: types.h:185
SAL_DLLPUBLIC void rtl_random_destroyPool(rtlRandomPool Pool) SAL_THROW_EXTERN_C()
Destroy a Random Pool.
enum __rtl_RandomError rtlRandomError
Error Code type.
Definition: random.h:34
__rtl_RandomError
Error Code enumeration.
Definition: random.h:23
#define SAL_DLLPUBLIC
Definition: saldllapi.h:14