Home
last modified time | relevance | path

Searched refs:rtlRandomError (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/qa/rtl/random/
H A Drtl_random.cxx111 rtlRandomError aError = rtl_random_addBytes(NULL, NULL, 0); in TEST_F()
230 rtlRandomError aError = rtl_random_getBytes(NULL, NULL, 0); in TEST_F()
251 rtlRandomError aError = rtl_random_getBytes(aPool, pBuffer, nBufLen); in TEST_F()
270 rtlRandomError aError = rtl_random_getBytes(aPool, pBuffer, nBufLen); in TEST_F()
/trunk/main/sal/inc/rtl/
H A Drandom.h56 typedef enum __rtl_RandomError rtlRandomError; typedef
80 rtlRandomError SAL_CALL rtl_random_addBytes (
93 rtlRandomError SAL_CALL rtl_random_getBytes (
/trunk/main/sal/rtl/source/
H A Drandom.c306 rtlRandomError SAL_CALL rtl_random_addBytes ( in rtl_random_addBytes()
322 rtlRandomError SAL_CALL rtl_random_getBytes ( in rtl_random_getBytes()

Completed in 20 milliseconds