ReactOS 0.4.16-dev-297-gc569aee
|
#include "tomcrypt.h"
Go to the source code of this file.
Functions | |
int | rc2_setup (const unsigned char *key, int keylen, int bits, int rounds, rc2_key *rc2) |
void | rc2_ecb_encrypt (const unsigned char *plain, unsigned char *cipher, rc2_key *rc2) |
void | rc2_ecb_decrypt (const unsigned char *cipher, unsigned char *plain, rc2_key *rc2) |
Variables | |
static const unsigned char | permute [256] |
Definition at line 159 of file rc2.c.
Referenced by encrypt_block_impl().
Definition at line 111 of file rc2.c.
Referenced by encrypt_block_impl().
Definition at line 53 of file rc2.c.
Referenced by setup_key_impl().
Definition at line 34 of file rc2.c.
Referenced by rc2_setup().