Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_crypt_r.h53 extern char * php_sha256_crypt_r (const char *key, const char *salt, char *buffer, int buflen);
H A Dcrypt.c185 crypt_res = php_sha256_crypt_r(password, salt, output, PHP_MAX_SALT_LEN); in php_crypt()
H A Dcrypt_sha256.c340 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r() function
622 return php_sha256_crypt_r(key, salt, buffer, buflen); in php_sha256_crypt()

Completed in 7 milliseconds