Home
last modified time | relevance | path

Searched refs:php_win32_get_random_bytes (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/win32/
H A Dwinutil.h23 PHPAPI php_win32_get_random_bytes(unsigned char *buf, size_t size);
H A Dwinutil.c80 PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size) { /* {{{ */ in php_win32_get_random_bytes() function
/PHP-5.5/ext/standard/
H A Dpassword.c130 if (php_win32_get_random_bytes(iv_b, raw_length) == SUCCESS) { in php_password_make_salt()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c1418 if (php_win32_get_random_bytes(iv_b, (size_t) size) == FAILURE){ in PHP_FUNCTION()
/PHP-5.5/ext/session/
H A Dsession.c353 if (php_win32_get_random_bytes(rbuf, MIN(toread, sizeof(rbuf))) == SUCCESS){ in php_session_create_id()
/PHP-5.5/ext/openssl/
H A Dopenssl.c5157 if (php_win32_get_random_bytes(buffer, (size_t) buffer_length) == FAILURE){ in PHP_FUNCTION()

Completed in 34 milliseconds