Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend.h373 extern ZEND_ATTRIBUTE_NONNULL ZEND_API void (*zend_random_bytes_insecure)(
H A Dzend.c99 ZEND_ATTRIBUTE_NONNULL ZEND_API void (*zend_random_bytes_insecure)(zend_random_bytes_insecure_state… variable
937 zend_random_bytes_insecure = utility_functions->random_bytes_insecure_function; in zend_startup()
H A Dzend_alloc.c2011 zend_random_bytes_insecure(&heap->rand_state, &heap->shadow_key, sizeof(heap->shadow_key));

Completed in 23 milliseconds