Home
last modified time | relevance | path

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

/php-src/win32/
H A Dwinutil.h32 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size);
H A Dwinutil.c103 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size) in php_win32_get_random_bytes() function
/php-src/ext/random/
H A Dcsprng.c73 if (php_win32_get_random_bytes(bytes, size) == FAILURE) { in php_random_bytes_ex()
/php-src/TSRM/
H A Dtsrm_win32.c620 if (php_win32_get_random_bytes(buf, 4) != SUCCESS) { in tsrm_choose_random_shm_key()

Completed in 12 milliseconds