LMMS
Loading...
Searching...
No Matches
crypt.h File Reference

Go to the source code of this file.

Macros

#define CRYPT   1 /* full version for zip and main unzip */
#define CR_MAJORVER   2
#define CR_MINORVER   11
#define CR_BETA_VER   ""
#define CR_VERSION_DATE   "05 Jan 2007" /* last public release date */
#define CR_RELEASE
#define __G
#define __G__
#define __GDEF
#define __GPRO   void
#define __GPRO__
#define IZ_PWLEN   80 /* input buffer size for reading encryption key */
#define PWLEN   IZ_PWLEN
#define RAND_HEAD_LEN   12 /* length of encryption random header */
#define zencode(c, t)
#define zdecode(c)

Functions

int decrypt_byte OF ((__GPRO))
int update_keys OF ((__GPRO__ int c))
void init_keys OF ((__GPRO__ ZCONST char *passwd))

Macro Definition Documentation

◆ __G

#define __G

◆ __G__

#define __G__

◆ __GDEF

#define __GDEF

◆ __GPRO

#define __GPRO   void

◆ __GPRO__

#define __GPRO__

◆ CR_BETA_VER

#define CR_BETA_VER   ""

◆ CR_MAJORVER

#define CR_MAJORVER   2

◆ CR_MINORVER

#define CR_MINORVER   11

◆ CR_RELEASE

#define CR_RELEASE

◆ CR_VERSION_DATE

#define CR_VERSION_DATE   "05 Jan 2007" /* last public release date */

◆ CRYPT

#define CRYPT   1 /* full version for zip and main unzip */

◆ IZ_PWLEN

#define IZ_PWLEN   80 /* input buffer size for reading encryption key */

◆ PWLEN

#define PWLEN   IZ_PWLEN

◆ RAND_HEAD_LEN

#define RAND_HEAD_LEN   12 /* length of encryption random header */

◆ zdecode

#define zdecode ( c)
Value:
int decrypt_byte(__G)
Definition crypt.c:149
return c
Definition crypt.c:175
int update_keys(__G__ c) __GDEF int c
#define __G__
Definition crypt.h:76
#define __G
Definition crypt.h:75

◆ zencode

#define zencode ( c,
t )
Value:
struct huft * t
Definition inflate.c:943

Function Documentation

◆ OF() [1/3]

◆ OF() [2/3]

◆ OF() [3/3]