php_sha512_crypt_r 206 standard/crypt.c crypt_res = php_sha512_crypt_r(str, salt, output, needed); php_sha512_crypt_r 668 standard/crypt_sha512.c return php_sha512_crypt_r (key, salt, buffer, buflen); php_sha512_crypt_r 52 standard/php_crypt_r.h extern char * php_sha512_crypt_r (const char *key, const char *salt, char *buffer, int buflen);