|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"#include <string.h>#include "php_crypt_r.h"#include "crypt_freesec.h"#include "ext/standard/md5.h"Go to the source code of this file.
Macros | |
| #define | MD5_MAGIC "$1$" |
| #define | MD5_MAGIC_LEN 3 |
Functions | |
| void | php_init_crypt_r (void) |
| void | php_shutdown_crypt_r (void) |
| void | _crypt_extended_init_r (void) |
| char * | php_md5_crypt_r (const char *pw, const char *salt, char *out) |
| #define MD5_MAGIC "$1$" |
Definition at line 83 of file php_crypt_r.c.
| #define MD5_MAGIC_LEN 3 |
Definition at line 84 of file php_crypt_r.c.
Definition at line 64 of file php_crypt_r.c.
Definition at line 50 of file php_crypt_r.c.
| char * php_md5_crypt_r | ( | const char * | pw, |
| const char * | salt, | ||
| char * | out ) |
Definition at line 101 of file php_crypt_r.c.
Definition at line 57 of file php_crypt_r.c.