Home
last modified time | relevance | path

Searched refs:rc5 (Results 1 – 21 of 21) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/
Drc5.c78 skey->rc5.rounds = num_rounds; in _rc5_setup()
79 S = skey->rc5.K; in _rc5_setup()
142 A += skey->rc5.K[0]; in _rc5_ecb_encrypt()
143 B += skey->rc5.K[1]; in _rc5_ecb_encrypt()
144 K = skey->rc5.K + 2; in _rc5_ecb_encrypt()
146 if ((skey->rc5.rounds & 1) == 0) { in _rc5_ecb_encrypt()
147 for (r = 0; r < skey->rc5.rounds; r += 2) { in _rc5_ecb_encrypt()
155 for (r = 0; r < skey->rc5.rounds; r++) { in _rc5_ecb_encrypt()
197 K = skey->rc5.K + (skey->rc5.rounds << 1); in _rc5_ecb_decrypt()
199 if ((skey->rc5.rounds & 1) == 0) { in _rc5_ecb_decrypt()
[all …]
/external/openssl/crypto/objects/
Dobjects.txt363 rsadsi 3 8 : RC5-CBC : rc5-cbc
364 : RC5-ECB : rc5-ecb
365 !Cname rc5-cfb64
366 : RC5-CFB : rc5-cfb
367 !Cname rc5-ofb64
368 : RC5-OFB : rc5-ofb
/external/openssl/crypto/
Dinstall.com57 $ EXHEADER_RC5 := rc5.h
/external/dropbear/libtomcrypt/notes/
Dpmac_tv.txt78 PMAC-rc5 (8 byte key)
Domac_tv.txt78 OMAC-rc5 (8 byte key)
Docb_tv.txt78 OCB-rc5 (8 byte key)
Deax_tv.txt78 EAX-rc5 (8 byte key)
Dcipher_tv.txt376 Cipher: rc5
/external/openssl/
DREADME.android40 crypto/cms crypto/idea crypto/md2 crypto/rc5 crypto/seed demos doc \
/external/ipsec-tools/
DNEWS94 0.3rc5 - 05 April 2004
/external/dropbear/libtomcrypt/
DAndroid.mk11 src/ciphers/noekeon.c src/ciphers/rc2.c src/ciphers/rc5.c src/ciphers/rc6.c src/ciphers/safer/safer…
DMakefile.in102 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer…
Dmakefile.msvc9 src/ciphers/noekeon.obj src/ciphers/rc2.obj src/ciphers/rc5.obj src/ciphers/rc6.obj src/ciphers/saf…
Dmakefile.unix45 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer…
Dmakefile.icc99 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer…
Dmakefile.shared104 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer…
Dchanges1035 …-- Updated blowfish/rc2/rc5/rc6 keysize() function to not reject keys larger than the biggest key …
1170 …-- fixed RC5 since it no longer requires rc5 to be registered in the lib. It used to since the de…
1206 v0.45 -- Fixed bug in rc5.c where if you called rc5_setup() before registering RC5 it would cause
Dcrypt.tex426 pass the scheduled key onto \textit{rc5\_ecb\_encrypt()}. All built--in setup functions do not all…
603 \index{blowfish\_desc} \index{xtea\_desc} \index{rc2\_desc} \index{rc5\_desc} \index{rc6\_desc} \in…
613 \hline RC5-32/12/b & rc5\_desc & 8 & 8 $\ldots$ 128 & 12 $\ldots$ 24 \\
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_cipher.h152 struct rc5_key rc5; member
/external/libpng/
DCHANGES1145 version 1.2.3rc5 [May 11, 2002]
1344 version 1.0.16rc5 and 1.2.6rc5 [August 10, 2004]
1410 version 1.2.8rc5 [November 29, 2004]
1608 version 1.0.19rc5, 1.2.11rc5 [June 22, 2006]
1677 version 1.2.15rc5 [December 31, 2006]
1887 version 1.0.27rc5 and 1.2.19rc5 [August 10, 2007]
1933 version 1.2.20rc5 [September 2, 2007]
/external/e2fsprogs/debian/
Dchangelog681 e2fsprogs (1.36rc5-1) unstable; urgency=low