#include <beecrypt.h>
Data Fields | |
const char * | name |
const unsigned int | paramsize |
const unsigned int | blocksize |
const unsigned int | keybitsmin |
const unsigned int | keybitsmax |
const unsigned int | keybitsinc |
const blockCipherSetup | setup |
const blockCipherSetIV | setiv |
const blockCipherEncrypt | encrypt |
const blockCipherDecrypt | decrypt |
const blockMode * | mode |
Definition at line 767 of file beecrypt.h.
|
in bytes Definition at line 772 of file beecrypt.h. Referenced by dhaes_pContextDecrypt, and dhaes_pContextEncrypt. |
|
Definition at line 779 of file beecrypt.h. |
|
Definition at line 778 of file beecrypt.h. |
|
keysize increment in bits Definition at line 775 of file beecrypt.h. Referenced by dhaes_pUsable. |
|
max keysize in bits Definition at line 774 of file beecrypt.h. Referenced by dhaes_pUsable. |
|
min keysize in bits Definition at line 773 of file beecrypt.h. Referenced by dhaes_pUsable. |
|
Definition at line 781 of file beecrypt.h. Referenced by blockDecrypt, and blockEncrypt. |
|
block cipher name Definition at line 770 of file beecrypt.h. |
|
in bytes Definition at line 771 of file beecrypt.h. Referenced by blockCipherContextInit. |
|
Definition at line 777 of file beecrypt.h. Referenced by blockCipherContextSetIV. |
|
Definition at line 776 of file beecrypt.h. Referenced by blockCipherContextSetup. |