php_sha256_crypt_r  229 standard/crypt.c 			crypt_res = php_sha256_crypt_r(str, salt, output, needed);
php_sha256_crypt_r  622 standard/crypt_sha256.c 	return php_sha256_crypt_r(key, salt, buffer, buflen);
php_sha256_crypt_r   53 standard/php_crypt_r.h extern char * php_sha256_crypt_r (const char *key, const char *salt, char *buffer, int buflen);