Go to the source code of this file.
|
| void | php_init_crypt_r (void) |
| |
| void | php_shutdown_crypt_r (void) |
| |
| void | _crypt_extended_init_r (void) |
| |
| PHPAPI char * | php_crypt_r (const char *__key, const char *__salt, struct php_crypt_extended_data *__data) |
| |
| char * | php_md5_crypt_r (const char *pw, const char *salt, char *out) |
| |
| char * | php_sha512_crypt_r (const char *key, const char *salt, char *buffer, int buflen) |
| |
| char * | php_sha256_crypt_r (const char *key, const char *salt, char *buffer, int buflen) |
| |
◆ MD5_HASH_MAX_LEN
◆ _crypt_extended_init_r()
◆ php_crypt_r()
◆ php_init_crypt_r()
◆ php_md5_crypt_r()
| char * php_md5_crypt_r |
( |
const char * | pw, |
|
|
const char * | salt, |
|
|
char * | out ) |
|
extern |
◆ php_sha256_crypt_r()
| char * php_sha256_crypt_r |
( |
const char * | key, |
|
|
const char * | salt, |
|
|
char * | buffer, |
|
|
int | buflen ) |
|
extern |
◆ php_sha512_crypt_r()
| char * php_sha512_crypt_r |
( |
const char * | key, |
|
|
const char * | salt, |
|
|
char * | buffer, |
|
|
int | buflen ) |
|
extern |
◆ php_shutdown_crypt_r()