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

  /external/dropbear/libtomcrypt/src/ciphers/
rc5.c 13 @file rc5.c
14 RC5 code by Tom St Denis
19 #ifdef RC5
23 "rc5",
46 Initialize the RC5 block cipher
78 skey->rc5.rounds = num_rounds;
79 S = skey->rc5.K;
122 Encrypts a block of text with RC5
142 A += skey->rc5.K[0];
143 B += skey->rc5.K[1]
    [all...]
  /external/openssl/crypto/evp/
e_rc5.c 67 #include <openssl/rc5.h>
  /external/openssl/apps/
progs.pl 75 "rc2", "bf", "cast", "rc5",
85 "cast-cbc", "rc5-cbc", "rc5-ecb", "rc5-cfb", "rc5-ofb")
99 elsif ($_ =~ /rc5/) { $t="#ifndef OPENSSL_NO_RC5\n${t}#endif\n"; }
speed.c 160 #include <openssl/rc5.h>
253 "rc2 cbc","rc5-32/12 cbc","blowfish cbc","cast cbc",
885 if (strcmp(*argv,"rc5-cbc") == 0) doit[D_CBC_RC5]=1;
886 else if (strcmp(*argv,"rc5") == 0) doit[D_CBC_RC5]=1;
1059 BIO_printf(bio_err,"rc5-cbc ");
    [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 193 of the authors knowledge the only patent related issues within the library are the RC5 and RC6 symmetric block ciphers.
426 pass the scheduled key onto \textit{rc5\_ecb\_encrypt()}. All built--in setup functions do not allocate memory off the heap so
553 The number of rounds of most ciphers is not an option you can change. Only RC5 allows you to change the number of
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}
613 \hline RC5-32/12/b & rc5\_desc & 8 & 8 $\ldots$ 128 & 12 $\ldots$ 24 \\
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 13 #ifdef RC5
151 #ifdef RC5
152 struct rc5_key rc5; member in union:Symmetric_key
545 #ifdef RC5
  /external/ipsec-tools/src/racoon/
cftoken.l 435 rc5 { YYD; yylval.num = algtype_rc5; return(ALGORITHMTYPE); }
crypto_openssl.c 75 #include <openssl/rc5.h>
1461 * RC5-CBC
    [all...]
  /external/libpng/
CHANGES     [all...]

Completed in 554 milliseconds