20 #ifndef INCLUDED_RTL_RANDOM_H 21 #define INCLUDED_RTL_RANDOM_H 97 #endif // INCLUDED_RTL_RANDOM_H #define SAL_THROW_EXTERN_C()
Nothrow specification for C functions.
Definition: types.h:344
void * rtlRandomPool
Random Pool opaque type.
Definition: random.h:34
enum __rtl_RandomError rtlRandomError
Error Code type.
Definition: random.h:50
#define SAL_DLLPUBLIC
Definition: saldllapi.h:30
SAL_DLLPUBLIC rtlRandomPool rtl_random_createPool(void) SAL_THROW_EXTERN_C()
Create a Random Pool.
__rtl_RandomError
Error Code enumeration.
Definition: random.h:39
SAL_DLLPUBLIC rtlRandomError rtl_random_addBytes(rtlRandomPool Pool, const void *Buffer, sal_Size Bytes) SAL_THROW_EXTERN_C()
Add bytes to a Random Pool.
SAL_DLLPUBLIC rtlRandomError rtl_random_getBytes(rtlRandomPool Pool, void *Buffer, sal_Size Bytes) SAL_THROW_EXTERN_C()
Retrieve bytes from a Random Pool.
#define SAL_MAX_ENUM
Definition: types.h:223
SAL_DLLPUBLIC void rtl_random_destroyPool(rtlRandomPool Pool) SAL_THROW_EXTERN_C()
Destroy a Random Pool.