Home
last modified time | relevance | path

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

/PHP-7.1/win32/
H A Dwinutil.c55 unsigned int has_crypto_ctx = 0; variable
67 if (has_crypto_ctx == 1) { in php_win32_free_rng_lock()
69 has_crypto_ctx = 0; in php_win32_free_rng_lock()
90 if (has_crypto_ctx == 0) { in php_win32_get_random_bytes()
99 has_crypto_ctx = 1; in php_win32_get_random_bytes()
101 has_crypto_ctx = 0; in php_win32_get_random_bytes()
105 has_crypto_ctx = 1; in php_win32_get_random_bytes()
113 if (has_crypto_ctx == 0) { in php_win32_get_random_bytes()

Completed in 6 milliseconds