]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/aes.h.3
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2008...
[user/henk/code/inspircd.git] / docs / man / man3 / aes.h.3
1 .TH "aes.h" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 aes.h \- 
6 .SH SYNOPSIS
7 .br
8 .PP
9 \fC#include <cstring>\fP
10 .br
11
12 .SS "Classes"
13
14 .in +1c
15 .ti -1c
16 .RI "class \fBAES\fP"
17 .br
18 .RI "\fIThe AES class is a utility class for use in modules and the core for encryption of data. \fP"
19 .in -1c
20 .SS "Functions"
21
22 .in +1c
23 .ti -1c
24 .RI "void \fBto64frombits\fP (unsigned char *out, const unsigned char *in, int inlen)"
25 .br
26 .RI "\fIConvert from binary to base64. \fP"
27 .ti -1c
28 .RI "int \fBfrom64tobits\fP (char *out, const char *in, int maxlen)"
29 .br
30 .RI "\fIConvert from base64 to binary  Output  Input  Size of output buffer. \fP"
31 .in -1c
32 .SH "Function Documentation"
33 .PP 
34 .SS "int from64tobits (char * out, const char * in, int maxlen)"
35 .PP
36 Convert from base64 to binary  Output  Input  Size of output buffer. 
37 .PP
38 \fBReturns:\fP
39 .RS 4
40 Number of bytes actually converted
41 .RE
42 .PP
43
44 .SS "void to64frombits (unsigned char * out, const unsigned char * in, int inlen)"
45 .PP
46 Convert from binary to base64. 
47 .PP
48 \fBParameters:\fP
49 .RS 4
50 \fIout\fP Output 
51 .br
52 \fIin\fP Input 
53 .br
54 \fIinlen\fP Number of bytes in input buffer
55 .RE
56 .PP
57
58 .SH "Author"
59 .PP 
60 Generated automatically by Doxygen for InspIRCd from the source code.