Home | History | Annotate | Download | only in ciphers

Lines Matching refs:rc2

24   @file rc2.c
25 Implementation of RC2
28 #ifdef RC2
31 "rc2",
63 Initialize the RC2 block cipher
72 unsigned *xkey = skey->rc2.xkey;
124 Encrypts a block of text with RC2
147 xkey = skey->rc2.xkey;
202 Decrypts a block of text with RC2
226 xkey = skey->rc2.xkey;
278 Performs a self-test of the RC2 block cipher
360 /* $Source: /cvs/libtom/libtomcrypt/src/ciphers/rc2.c,v $ */