Searched refs:zend_random_bytes_insecure (Results 1 – 3 of 3) sorted by relevance
373 extern ZEND_ATTRIBUTE_NONNULL ZEND_API void (*zend_random_bytes_insecure)(
99 ZEND_ATTRIBUTE_NONNULL ZEND_API void (*zend_random_bytes_insecure)(zend_random_bytes_insecure_state… variable937 zend_random_bytes_insecure = utility_functions->random_bytes_insecure_function; in zend_startup()
2011 zend_random_bytes_insecure(&heap->rand_state, &heap->shadow_key, sizeof(heap->shadow_key));
Completed in 23 milliseconds