Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dpassword.c49 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
94 if (php_password_salt_to64(ZSTR_VAL(buffer), ZSTR_LEN(buffer), length, ZSTR_VAL(ret)) == FAILURE) { in php_password_make_salt()

Completed in 10 milliseconds