php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
crypt_freesec.c File Reference
#include <sys/types.h>
#include <string.h>
#include "crypt_freesec.h"

Go to the source code of this file.

Macros

#define _PASSWORD_EFMT1   '_'
 

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

◆ _PASSWORD_EFMT1

#define _PASSWORD_EFMT1   '_'

Definition at line 70 of file crypt_freesec.c.

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.