Go to the source code of this file.
◆ PHP_MD5_SPEC
#define PHP_MD5_SPEC "llllllb64l16." |
Definition at line 41 of file md5.h.
◆ PHP_MD5Init
Value:
PHPAPI void PHP_MD5InitArgs(PHP_MD5_CTX *ctx, ZEND_ATTRIBUTE_UNUSED HashTable *args)
Definition at line 43 of file md5.h.
◆ make_digest()
PHPAPI void make_digest |
( |
char * | md5str, |
|
|
const unsigned char * | digest ) |
Definition at line 22 of file md5.c.
◆ make_digest_ex()
PHPAPI void make_digest_ex |
( |
char * | md5str, |
|
|
const unsigned char * | digest, |
|
|
int | len ) |
Definition at line 28 of file md5.c.
◆ PHP_MD5Final()
◆ PHP_MD5InitArgs()
◆ PHP_MD5Update()