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