#include "beecrypt.h"
Go to the source code of this file.
Functions | |
| memchunk * | pkcs5Pad (int blockbytes, memchunk *tmp) |
| Enlarge buffer to boundary. More... | |
| memchunk * | pkcs5Unpad (int blockbytes, memchunk *tmp) |
| Shrink buffer to boundary. More... | |
| memchunk * | pkcs5PadCopy (int blockbytes, const memchunk *src) |
| Copy/enlarge buffer to boundary. More... | |
| memchunk * | pkcs5UnpadCopy (int blockbytes, const memchunk *src) |
| Copy/shrink buffer to boundary. More... | |
Definition in file blockpad.h.
|
||||||||||||
|
Enlarge buffer to boundary.
Definition at line 33 of file blockpad.c. References BEECRYPTAPI, pkcs5PadCopy, pkcs5Unpad, and pkcs5UnpadCopy. |
|
||||||||||||
|
Copy/enlarge buffer to boundary.
Definition at line 80 of file blockpad.c. Referenced by dhaes_pContextEncrypt, and pkcs5Pad. |
|
||||||||||||
|
Shrink buffer to boundary.
Definition at line 50 of file blockpad.c. Referenced by dhaes_pContextDecrypt, and pkcs5Pad. |
|
||||||||||||
|
Copy/shrink buffer to boundary.
Definition at line 101 of file blockpad.c. Referenced by pkcs5Pad. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002