HomeSort by relevance Sort by last modified time
    Searched refs:rc6 (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtomcrypt/src/ciphers/
rc6.c 13 @file rc6.c
14 RC6 code by Tom St Denis
18 #ifdef RC6
22 "rc6",
43 Initialize the RC6 block cipher
101 skey->rc6.K[i] = S[i];
117 Encrypts a block of text with RC6
136 b += skey->rc6.K[0];
137 d += skey->rc6.K[1];
145 K = skey->rc6.K + 2
    [all...]
  /external/dropbear/libtomcrypt/
Android.mk 11 src/ciphers/noekeon.c src/ciphers/rc2.c src/ciphers/rc5.c src/ciphers/rc6.c src/ciphers/safer/safer.c \
crypt.tex 149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables
193 of the authors knowledge the only patent related issues within the library are the RC5 and RC6 symmetric block ciphers.
603 \index{blowfish\_desc} \index{xtea\_desc} \index{rc2\_desc} \index{rc5\_desc} \index{rc6\_desc} \index{saferp\_desc} \index{aes\_desc} \index{twofish\_desc}
614 \hline RC6-32/20/b & rc6\_desc & 16 & 8 $\ldots$ 128 & 20 \\
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 20 #ifdef RC6
154 #ifdef RC6
155 struct rc6_key rc6; member in union:Symmetric_key
555 #ifdef RC6
  /external/libpng/
CHANGES     [all...]

Completed in 76 milliseconds