/external/dropbear/libtomcrypt/src/ciphers/ |
xtea.c | 13 @file xtea.c 14 Implementation of XTEA, Tom St Denis 18 #ifdef XTEA 22 "xtea", 57 skey->xtea.A[x] = (sum + K[sum&3]) & 0xFFFFFFFFUL; 59 skey->xtea.B[x] = (sum + K[(sum>>11)&3]) & 0xFFFFFFFFUL; 70 Encrypts a block of text with XTEA 88 y = (y + ((((z<<4)^(z>>5)) + z) ^ skey->xtea.A[r])) & 0xFFFFFFFFUL; 89 z = (z + ((((y<<4)^(y>>5)) + y) ^ skey->xtea.B[r])) & 0xFFFFFFFFUL; 91 y = (y + ((((z<<4)^(z>>5)) + z) ^ skey->xtea.A[r+1])) & 0xFFFFFFFFUL [all...] |
/external/dropbear/libtomcrypt/src/misc/crypt/ |
crypt.c | 69 #if defined(XTEA) 70 " XTEA\n"
|
/external/dropbear/libtomcrypt/notes/ |
tech0003.txt | 28 XTEA | 256 |
|
omac_tv.txt | 59 OMAC-xtea (16 byte key)
|
pmac_tv.txt | 59 PMAC-xtea (16 byte key)
|
eax_tv.txt | 59 EAX-xtea (16 byte key)
|
ocb_tv.txt | 59 OCB-xtea (16 byte key)
|
cipher_tv.txt | 322 Cipher: xtea [all...] |
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 35 #ifdef XTEA
|
tv_gen.c | 13 #ifdef XTEA
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_cipher.h | 54 #ifdef XTEA 163 #ifdef XTEA 164 struct xtea_key xtea; member in union:Symmetric_key 629 #ifdef XTEA
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
BouncyCastleProvider.java | 76 // "Noekeon", "RC2", "RC5", "RC6", "Rijndael", "Salsa20", "SEED", "Serpent", "Skipjack", "TEA", "Twofish", "VMPC", "VMPCKSA3", "XTEA"
|
/external/dropbear/libtomcrypt/ |
Android.mk | 13 src/ciphers/twofish/twofish.c src/ciphers/xtea.c src/encauth/ccm/ccm_memory.c \
|
makefile.msvc | 11 src/ciphers/twofish/twofish.obj src/ciphers/xtea.obj src/encauth/ccm/ccm_memory.obj \
|
changes | [all...] |
Makefile.in | 104 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
|
makefile.icc | 101 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
|
makefile.shared | 106 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
|
makefile.unix | 47 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
|
crypt.tex | 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} 611 \hline X-Tea & xtea\_desc & 8 & 16 & 32 \\ [all...] |
/external/dropbear/libtomcrypt/src/prngs/ |
yarrow.c | 77 #elif defined(XTEA)
|
/external/bouncycastle/ |
bouncycastle.config | 357 org/bouncycastle/jcajce/provider/symmetric/XTEA.java \
|
/external/dropbear/libtomcrypt/testprof/ |
x86_prof.c | 133 #ifdef XTEA [all...] |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48-sources.jar | |
/external/bouncycastle/patches/ |
bcprov.patch | [all...] |