encryption_ Struct Reference

#include <encrypt.h>


Detailed Description

Definition at line 15 of file encrypt.h.

Data Fields

int(* check_password )(const char *plaintext, const char *password)
int(* decrypt )(const char *src, char *dest, int size)
int(* encrypt )(const char *src, int len, char *dest, int size)
int(* encrypt_check_len )(int passlen, int bufsize)
int(* encrypt_in_place )(char *buf, int size)


Field Documentation

int(* encryption_::check_password)(const char *plaintext, const char *password)

Referenced by enc_check_password(), and encmodule_check_password().

int(* encryption_::decrypt)(const char *src, char *dest, int size)

Referenced by enc_decrypt(), and encmodule_decrypt().

int(* encryption_::encrypt)(const char *src, int len, char *dest, int size)

Referenced by enc_encrypt(), and encmodule_encrypt().

int(* encryption_::encrypt_check_len)(int passlen, int bufsize)

Referenced by enc_encrypt_check_len(), and encmodule_encrypt_check_len().

int(* encryption_::encrypt_in_place)(char *buf, int size)

Referenced by enc_encrypt_in_place(), and encmodule_encrypt_in_place().


The documentation for this struct was generated from the following file:
Generated on Sun Dec 30 09:27:00 2007 for Anope by  doxygen 1.5.1-20070107