php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | php_crypt_extended_data |
Macros | |
#define | MD5_HASH_MAX_LEN 120 |
Functions | |
void | _crypt_extended_init (void) |
char * | _crypt_extended_r (const unsigned char *key, const char *setting, struct php_crypt_extended_data *data) |
#define MD5_HASH_MAX_LEN 120 |
Definition at line 6 of file crypt_freesec.h.
Definition at line 209 of file crypt_freesec.c.
char * _crypt_extended_r | ( | const unsigned char * | key, |
const char * | setting, | ||
struct php_crypt_extended_data * | data ) |
Definition at line 608 of file crypt_freesec.c.