enc_none.c File Reference

#include "module.h"

Include dependency graph for enc_none.c:

Go to the source code of this file.

Functions

int plain_encrypt (const char *src, int len, char *dest, int size)
int plain_encrypt_in_place (char *buf, int size)
int plain_encrypt_check_len (int passlen, int bufsize)
int plain_decrypt (const char *src, char *dest, int size)
int plain_check_password (const char *plaintext, const char *password)
int AnopeInit (int argc, char **argv)
void AnopeFini (void)


Function Documentation

void AnopeFini ( void   ) 

int AnopeInit ( int  argc,
char **  argv 
)

int plain_check_password ( const char *  plaintext,
const char *  password 
)

Definition at line 69 of file enc_none.c.

Referenced by AnopeInit().

int plain_decrypt ( const char *  src,
char *  dest,
int  size 
)

Definition at line 63 of file enc_none.c.

Referenced by AnopeInit().

int plain_encrypt ( const char *  src,
int  len,
char *  dest,
int  size 
)

Definition at line 42 of file enc_none.c.

Referenced by AnopeInit().

int plain_encrypt_check_len ( int  passlen,
int  bufsize 
)

Definition at line 56 of file enc_none.c.

Referenced by AnopeInit().

int plain_encrypt_in_place ( char *  buf,
int  size 
)

Definition at line 52 of file enc_none.c.

Referenced by AnopeInit().


Generated on Sun Oct 5 09:07:03 2008 for Anope by  doxygen 1.5.7.1