Home
last modified time | relevance | path

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

12

/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/dropbear/libtomcrypt/notes/
Domac_tv.txt78 OMAC-rc5 (8 byte key)
Dpmac_tv.txt78 PMAC-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/crypto/objects/
Dobjects.txt383 rsadsi 3 8 : RC5-CBC : rc5-cbc
384 : RC5-ECB : rc5-ecb
385 !Cname rc5-cfb64
386 : RC5-CFB : rc5-cfb
387 !Cname rc5-ofb64
388 : RC5-OFB : rc5-ofb
/external/chromium_org/third_party/openssl/openssl/crypto/objects/
Dobjects.txt383 rsadsi 3 8 : RC5-CBC : rc5-cbc
384 : RC5-ECB : rc5-ecb
385 !Cname rc5-cfb64
386 : RC5-CFB : rc5-cfb
387 !Cname rc5-ofb64
388 : RC5-OFB : rc5-ofb
/external/ipsec-tools/
DNEWS99 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.icc99 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer…
Dmakefile.unix45 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/
DCHANGES1146 version 1.2.3rc5 [May 11, 2002]
1345 version 1.0.16rc5 and 1.2.6rc5 [August 10, 2004]
1412 version 1.2.8rc5 [November 29, 2004]
1610 version 1.0.19rc5, 1.2.11rc5 [June 22, 2006]
1679 version 1.2.15rc5 [December 31, 2006]
1889 version 1.0.27rc5 and 1.2.19rc5 [August 10, 2007]
1935 version 1.2.20rc5 [September 2, 2007]
/external/chromium_org/third_party/openssl/openssl/
Dopenssl.config15 no-rc5 \
41 crypto/rc5 \
Dopenssl.config.orig15 no-rc5 \
41 crypto/rc5 \
/external/openssl/
Dopenssl.config16 no-rc5 \
42 crypto/rc5 \
/external/strace/
DNEWS70 * Fixed build with Linux kernel headers 2.6.32-rc5+.
DChangeLog1120 Fix check for linux/netlink.h on Linux 2.6.32-rc5+
/external/chromium_org/third_party/openssl/openssl/patches/
Dchacha20poly1305.patch74 …-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp…
75 …-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp…

12