Searched refs:php_win32_get_random_bytes (Results 1 – 6 of 6) sorted by relevance
23 PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size);
80 PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size) { /* {{{ */ in php_win32_get_random_bytes() function
88 if (php_win32_get_random_bytes(bytes, size) == FAILURE) { in php_random_bytes()
1382 if (php_win32_get_random_bytes(iv_b, (size_t) size) == FAILURE){ in PHP_FUNCTION()
367 if (php_win32_get_random_bytes(rbuf, MIN(toread, sizeof(rbuf))) == SUCCESS){ in php_session_create_id()
5970 if (php_win32_get_random_bytes((unsigned char*)buffer->val, (size_t) buffer_length) == FAILURE){ in PHP_FUNCTION()
Completed in 30 milliseconds