php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
crypt_freesec.h File Reference
#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)
 

Macro Definition Documentation

◆ MD5_HASH_MAX_LEN

#define MD5_HASH_MAX_LEN   120

Definition at line 6 of file crypt_freesec.h.

Function Documentation

◆ _crypt_extended_init()

void _crypt_extended_init ( void )

Definition at line 209 of file crypt_freesec.c.

◆ _crypt_extended_r()

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.