Searched refs:noekeon (Results 1 – 16 of 16) sorted by relevance
/external/dropbear/libtomcrypt/src/ciphers/ |
D | noekeon.c | 90 LOAD32H(skey->noekeon.K[0],&key[0]); in noekeon_setup() 91 LOAD32H(skey->noekeon.K[1],&key[4]); in noekeon_setup() 92 LOAD32H(skey->noekeon.K[2],&key[8]); in noekeon_setup() 93 LOAD32H(skey->noekeon.K[3],&key[12]); in noekeon_setup() 95 LOAD32H(skey->noekeon.dK[0],&key[0]); in noekeon_setup() 96 LOAD32H(skey->noekeon.dK[1],&key[4]); in noekeon_setup() 97 LOAD32H(skey->noekeon.dK[2],&key[8]); in noekeon_setup() 98 LOAD32H(skey->noekeon.dK[3],&key[12]); in noekeon_setup() 100 kTHETA(skey->noekeon.dK[0], skey->noekeon.dK[1], skey->noekeon.dK[2], skey->noekeon.dK[3]); in noekeon_setup() 130 THETA(skey->noekeon.K, a,b,c,d); \ in _noekeon_ecb_encrypt() [all …]
|
/external/dropbear/libtomcrypt/notes/ |
D | ccm_tv.txt | 145 CCM-noekeon (16 byte key)
|
D | gcm_tv.txt | 145 GCM-noekeon (16 byte key)
|
D | pmac_tv.txt | 354 PMAC-noekeon (16 byte key)
|
D | omac_tv.txt | 354 OMAC-noekeon (16 byte key)
|
D | ocb_tv.txt | 354 OCB-noekeon (16 byte key)
|
D | eax_tv.txt | 354 EAX-noekeon (16 byte key)
|
D | cipher_tv.txt | 1648 Cipher: noekeon
|
/external/dropbear/libtomcrypt/ |
D | Android.mk | 11 src/ciphers/noekeon.c src/ciphers/rc2.c src/ciphers/rc5.c src/ciphers/rc6.c src/ciphers/safer/safer…
|
D | Makefile.in | 102 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer…
|
D | makefile.msvc | 9 src/ciphers/noekeon.obj src/ciphers/rc2.obj src/ciphers/rc5.obj src/ciphers/rc6.obj src/ciphers/saf…
|
D | makefile.unix | 45 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer…
|
D | makefile.icc | 99 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer…
|
D | makefile.shared | 104 src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer…
|
D | crypt.tex | 604 \index{des\_desc} \index{des3\_desc} \index{noekeon\_desc} \index{skipjack\_desc} \index{anubis\_de… 622 \hline Noekeon & noekeon\_desc & 16 & 16 & 16 \\
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_cipher.h | 170 struct noekeon_key noekeon; member
|