Home
last modified time | relevance | path

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

/PHP-5.6/win32/
H A Dwinutil.c53 unsigned int has_crypto_ctx = 0; variable
65 if (has_crypto_ctx == 1) { in php_win32_free_rng_lock()
67 has_crypto_ctx = 0; in php_win32_free_rng_lock()
91 if (has_crypto_ctx == 0) { in php_win32_get_random_bytes()
100 has_crypto_ctx = 1; in php_win32_get_random_bytes()
102 has_crypto_ctx = 0; in php_win32_get_random_bytes()
106 has_crypto_ctx = 1; in php_win32_get_random_bytes()
114 if (has_crypto_ctx == 0) { in php_win32_get_random_bytes()

Completed in 5 milliseconds