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

  /external/dropbear/libtomcrypt/src/ciphers/
noekeon.c 12 @file noekeon.c
13 Implementation of the Noekeon block cipher by Tom St Denis
17 #ifdef NOEKEON
21 "noekeon",
68 Initialize the Noekeon block cipher
90 LOAD32H(skey->noekeon.K[0],&key[0]);
91 LOAD32H(skey->noekeon.K[1],&key[4]);
92 LOAD32H(skey->noekeon.K[2],&key[8]);
93 LOAD32H(skey->noekeon.K[3],&key[12]);
95 LOAD32H(skey->noekeon.dK[0],&key[0])
    [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 604 \index{des\_desc} \index{des3\_desc} \index{noekeon\_desc} \index{skipjack\_desc} \index{anubis\_desc} \index{khazad\_desc} \index{kseed\_desc} \index{kasumi\_desc}
622 \hline Noekeon & noekeon\_desc & 16 & 16 & 16 \\
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 106 #ifdef NOEKEON
169 #ifdef NOEKEON
170 struct noekeon_key noekeon; member in union:Symmetric_key
675 #ifdef NOEKEON

Completed in 954 milliseconds