#include "beecrypt.h"
Go to the source code of this file.
Functions | |
int | blockEncrypt (const blockCipher *bc, blockCipherParam *bp, cipherMode mode, int blocks, uint32 *dst, const uint32 *src) |
int | blockDecrypt (const blockCipher *bc, blockCipherParam *bp, cipherMode mode, int blocks, uint32 *dst, const uint32 *src) |
Definition in file blockmode.h.
|
Definition at line 51 of file blockmode.c. Referenced by blockEncrypt, and dhaes_pContextDecrypt. |
|
Definition at line 33 of file blockmode.c. References BEECRYPTAPI, blockCipherParam, blockDecrypt, cipherMode, and uint32. Referenced by dhaes_pContextEncrypt. |