Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dpassword.c82 static int php_password_salt_to64(const char *str, const size_t str_len, const size_t out_len, char… in php_password_salt_to64() function
161 if (php_password_salt_to64(buffer, raw_length, length, result) == FAILURE) { in php_password_make_salt()
400 if (php_password_salt_to64(buffer, buffer_len, required_salt_len, salt) == FAILURE) { in PHP_FUNCTION()

Completed in 6 milliseconds