Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dphp_crypt_r.h52 extern char * php_sha512_crypt_r (const char *key, const char *salt, char *buffer, int buflen);
H A Dcrypt.c206 crypt_res = php_sha512_crypt_r(str, salt, output, needed); in PHP_FUNCTION()
H A Dcrypt_sha512.c375 php_sha512_crypt_r(const char *key, const char *salt, char *buffer, int buflen) { in php_sha512_crypt_r() function
668 return php_sha512_crypt_r (key, salt, buffer, buflen); in php_sha512_crypt()

Completed in 8 milliseconds