Searched refs:php_win32_get_random_bytes (Results 1 – 6 of 6) sorted by relevance
23 PHPAPI 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
130 if (php_win32_get_random_bytes(iv_b, raw_length) == SUCCESS) { in php_password_make_salt()
1418 if (php_win32_get_random_bytes(iv_b, (size_t) size) == FAILURE){ in PHP_FUNCTION()
353 if (php_win32_get_random_bytes(rbuf, MIN(toread, sizeof(rbuf))) == SUCCESS){ in php_session_create_id()
5157 if (php_win32_get_random_bytes(buffer, (size_t) buffer_length) == FAILURE){ in PHP_FUNCTION()
Completed in 34 milliseconds