Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dcrypt.c145 static void php_to64(char *s, zend_long v, int n) /* {{{ */ in php_to64() function
314 php_to64(&salt[3], PHP_CRYPT_RAND, 4); in PHP_FUNCTION()
315 php_to64(&salt[7], PHP_CRYPT_RAND, 4); in PHP_FUNCTION()
318 php_to64(&salt[0], PHP_CRYPT_RAND, 2); in PHP_FUNCTION()

Completed in 5 milliseconds