Home
last modified time | relevance | path

Searched refs:f9_memory (Results 1 – 12 of 12) sorted by relevance

/external/dropbear/libtomcrypt/src/mac/f9/
Df9_memory.c30 int f9_memory(int cipher, in f9_memory() function
44 if (cipher_descriptor[cipher].f9_memory != NULL) { in f9_memory()
45 return cipher_descriptor[cipher].f9_memory(key, keylen, in, inlen, out, outlen); in f9_memory()
Df9_test.c61 … if ((err = f9_memory(idx, tests[x].K, 16, tests[x].M, tests[x].msglen, T, &taglen)) != CRYPT_OK) { in f9_test()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h362 int f9_memory(int cipher,
Dtomcrypt_cipher.h529 int (*f9_memory)( member
/external/dropbear/libtomcrypt/
DAndroid.mk30 src/mac/f9/f9_memory.c src/mac/f9/f9_memory_multi.c src/mac/f9/f9_process.c src/mac/f9/f9_test.c \
DMakefile.in121 src/mac/f9/f9_memory.o src/mac/f9/f9_memory_multi.o src/mac/f9/f9_process.o src/mac/f9/f9_test.o \
Dmakefile.msvc28 src/mac/f9/f9_memory.obj src/mac/f9/f9_memory_multi.obj src/mac/f9/f9_process.obj src/mac/f9/f9_tes…
Dmakefile.unix64 src/mac/f9/f9_memory.o src/mac/f9/f9_memory_multi.o src/mac/f9/f9_process.o src/mac/f9/f9_test.o \
Dmakefile.icc118 src/mac/f9/f9_memory.o src/mac/f9/f9_memory_multi.o src/mac/f9/f9_process.o src/mac/f9/f9_test.o \
Dmakefile.shared123 src/mac/f9/f9_memory.o src/mac/f9/f9_memory_multi.o src/mac/f9/f9_process.o src/mac/f9/f9_test.o \
Dcrypt.tex2628 int f9_memory(
5624 int (*f9_memory)(
/external/dropbear/libtomcrypt/testprof/
Dx86_prof.c1214 if ((err = f9_memory(cipher_idx, key, 16, buf, MAC_SIZE*1024, tag, &z)) != CRYPT_OK) { in time_macs_()