OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noekeon
(Results
1 - 23
of
23
) 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/notes/
tech0003.txt
36
Noekeon
| 32 |
44
Noekeon
is a fairly fast cipher and uses very little memory. Ideally in low-ram platforms all other ciphers should be
45
left undefined and
Noekeon
should remain. While
Noekeon
is generally considered a secure block cipher (it is insecure
ccm_tv.txt
145
CCM-
noekeon
(16 byte key)
gcm_tv.txt
145
GCM-
noekeon
(16 byte key)
omac_tv.txt
354
OMAC-
noekeon
(16 byte key)
pmac_tv.txt
354
PMAC-
noekeon
(16 byte key)
eax_tv.txt
354
EAX-
noekeon
(16 byte key)
ocb_tv.txt
354
OCB-
noekeon
(16 byte key)
cipher_tv.txt
[
all
...]
/external/dropbear/libtomcrypt/src/misc/crypt/
crypt.c
98
#if defined(
NOEKEON
)
99
"
Noekeon
\n"
/external/dropbear/libtomcrypt/demos/
encrypt.c
66
#ifdef
NOEKEON
tv_gen.c
44
#ifdef
NOEKEON
/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
/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 \
makefile.msvc
9
src/ciphers/
noekeon
.obj src/ciphers/rc2.obj src/ciphers/rc5.obj src/ciphers/rc6.obj src/ciphers/safer/safer.obj \
Makefile.in
102
src/ciphers/
noekeon
.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o \
makefile.icc
99
src/ciphers/
noekeon
.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o \
makefile.shared
104
src/ciphers/
noekeon
.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o \
makefile.unix
45
src/ciphers/
noekeon
.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o \
changes
[
all
...]
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/prngs/
yarrow.c
67
#elif defined(
NOEKEON
)
/external/dropbear/libtomcrypt/testprof/
x86_prof.c
164
#ifdef
NOEKEON
[
all
...]
Completed in 183 milliseconds