Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_crypt_r.h52 extern char * php_sha256_crypt_r (const char *key, const char *salt, char *buffer, int buflen);
H A Dcrypt.c140 crypt_res = php_sha256_crypt_r(password, salt, output, PHP_MAX_SALT_LEN); in php_crypt()
H A Dcrypt_sha256.c325 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r() function
599 return php_sha256_crypt_r(key, salt, buffer, buflen); in php_sha256_crypt()

Completed in 10 milliseconds