Searched refs:fallback_state (Results 1 – 1 of 1) sorted by relevance
31 php_random_fallback_seed_state fallback_state; in php_random_bytes_insecure_for_zend() local32 fallback_state.initialized = false; in php_random_bytes_insecure_for_zend()36 if (!fallback_state.initialized) { in php_random_bytes_insecure_for_zend()46 t[0] = php_random_generate_fallback_seed_ex(&fallback_state); in php_random_bytes_insecure_for_zend()47 t[1] = php_random_generate_fallback_seed_ex(&fallback_state); in php_random_bytes_insecure_for_zend()48 t[2] = php_random_generate_fallback_seed_ex(&fallback_state); in php_random_bytes_insecure_for_zend()49 t[3] = php_random_generate_fallback_seed_ex(&fallback_state); in php_random_bytes_insecure_for_zend()
Completed in 4 milliseconds