From f62de63955ff77e800360eb140f108b5d2c6c075 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:32:09 +0000 Subject: Design flaw my ass. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2580 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/aes_8h.html | 133 -------------------------------------------- 1 file changed, 133 deletions(-) delete mode 100644 docs/module-doc/aes_8h.html (limited to 'docs/module-doc/aes_8h.html') diff --git a/docs/module-doc/aes_8h.html b/docs/module-doc/aes_8h.html deleted file mode 100644 index 4bf1fc7ea..000000000 --- a/docs/module-doc/aes_8h.html +++ /dev/null @@ -1,133 +0,0 @@ - - -InspIRCd: aes.h File Reference - - - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
- -

aes.h File Reference

#include <cstring>
- -

-Include dependency graph for aes.h:

- -

-Go to the source code of this file. - - - - - - - - - - - - -

Classes

class  AES
 The AES class is a utility class for use in modules and the core for encryption of data. More...

Functions

void to64frombits (unsigned char *out, const unsigned char *in, int inlen)
 Convert from binary to base64.
int from64tobits (char *out, const char *in, int maxlen)
 Convert from base64 to binary Output Input Size of output buffer.
-


Function Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
int from64tobits char *  out,
const char *  in,
int  maxlen
-
- - - - - -
-   - - -

-Convert from base64 to binary Output Input Size of output buffer. -

-

Returns:
Number of bytes actually converted
-
-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
void to64frombits unsigned char *  out,
const unsigned char *  in,
int  inlen
-
- - - - - -
-   - - -

-Convert from binary to base64. -

-

Parameters:
- - - - -
out Output
in Input
inlen Number of bytes in input buffer
-
-
-


Generated on Mon Dec 19 18:05:20 2005 for InspIRCd by  - -doxygen 1.4.4-20050815
- - -- cgit v1.2.3