Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dwinutil.c73 static BOOL has_bcrypt_algo = 0; variable
82 if (has_bcrypt_algo) { in php_win32_shutdown_random_bytes()
84 has_bcrypt_algo = 0; in php_win32_shutdown_random_bytes()
92 if (has_bcrypt_algo) { in php_win32_init_random_bytes()
96has_bcrypt_algo = NT_SUCCESS(BCryptOpenAlgorithmProvider(&bcrypt_algo, BCRYPT_RNG_ALGORITHM, NULL,… in php_win32_init_random_bytes()
98 return has_bcrypt_algo; in php_win32_init_random_bytes()
111 if (has_bcrypt_algo == 0) { in php_win32_get_random_bytes()

Completed in 9 milliseconds