Searched refs:php_sha512_crypt_r (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | php_crypt_r.h | 52 extern char * php_sha512_crypt_r (const char *key, const char *salt, char *buffer, int buflen);
|
H A D | crypt.c | 206 crypt_res = php_sha512_crypt_r(str, salt, output, needed); in PHP_FUNCTION()
|
H A D | crypt_sha512.c | 375 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 10 milliseconds