#include "types.h"Go to the source code of this file.
Data Structures | |
| struct | memchunk |
Functions | |
| memchunk * | memchunkAlloc (int size) |
| void | memchunkFree (memchunk *m) |
| memchunk * | memchunkResize (memchunk *m, int size) |
| memchunk * | memchunkClone (const memchunk *m) |
|
|
Definition at line 31 of file memchunk.c. Referenced by b64dec, memchunkClone, pkcs5PadCopy, and pkcs5UnpadCopy. |
|
|
Definition at line 96 of file memchunk.c. |
|
|
Definition at line 53 of file memchunk.c. |
|
||||||||||||
|
Definition at line 68 of file memchunk.c. Referenced by pkcs5Pad. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002