php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_crypt.h File Reference

Go to the source code of this file.

Macros

#define PHP_MAX_SALT_LEN   123
 

Functions

PHPAPI zend_stringphp_crypt (const char *password, const int pass_len, const char *salt, int salt_len, bool quiet)
 
 PHP_MINIT_FUNCTION (crypt)
 
 PHP_MSHUTDOWN_FUNCTION (crypt)
 
 PHP_RINIT_FUNCTION (crypt)
 

Macro Definition Documentation

◆ PHP_MAX_SALT_LEN

#define PHP_MAX_SALT_LEN   123

Definition at line 28 of file php_crypt.h.

Function Documentation

◆ php_crypt()

PHPAPI zend_string * php_crypt ( const char * password,
const int pass_len,
const char * salt,
int salt_len,
bool quiet )

Definition at line 70 of file crypt.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( crypt )

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( crypt )

◆ PHP_RINIT_FUNCTION()

PHP_RINIT_FUNCTION ( crypt )