Searched refs:php_sha256_crypt_r (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | php_crypt_r.h | 53 extern char * php_sha256_crypt_r (const char *key, const char *salt, char *buffer, int buflen);
|
H A D | crypt.c | 145 crypt_res = php_sha256_crypt_r(password, salt, output, PHP_MAX_SALT_LEN); in php_crypt()
|
H A D | crypt_sha256.c | 334 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r() function 615 return php_sha256_crypt_r(key, salt, buffer, buflen); in php_sha256_crypt()
|
Completed in 11 milliseconds