Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/mac/xcbc/
Dxcbc_memory.c30 int xcbc_memory(int cipher, in xcbc_memory() function
44 if (cipher_descriptor[cipher].xcbc_memory != NULL) { in xcbc_memory()
45 return cipher_descriptor[cipher].xcbc_memory(key, keylen, in, inlen, out, outlen); in xcbc_memory()
Dxcbc_test.c111 …if ((err = xcbc_memory(idx, tests[x].K, 16, tests[x].M, tests[x].msglen, T, &taglen)) != CRYPT_OK)… in xcbc_test()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h328 int xcbc_memory(int cipher,
Dtomcrypt_cipher.h514 int (*xcbc_memory)( member
/external/dropbear/libtomcrypt/
DAndroid.mk39 src/mac/xcbc/xcbc_file.c src/mac/xcbc/xcbc_init.c src/mac/xcbc/xcbc_memory.c \
DMakefile.in130 src/mac/xcbc/xcbc_file.o src/mac/xcbc/xcbc_init.o src/mac/xcbc/xcbc_memory.o \
Dmakefile.msvc37 src/mac/xcbc/xcbc_file.obj src/mac/xcbc/xcbc_init.obj src/mac/xcbc/xcbc_memory.obj \
Dmakefile.icc127 src/mac/xcbc/xcbc_file.o src/mac/xcbc/xcbc_init.o src/mac/xcbc/xcbc_memory.o \
Dmakefile.unix73 src/mac/xcbc/xcbc_file.o src/mac/xcbc/xcbc_init.o src/mac/xcbc/xcbc_memory.o \
Dmakefile.shared132 src/mac/xcbc/xcbc_file.o src/mac/xcbc/xcbc_init.o src/mac/xcbc/xcbc_memory.o \
Dcrypt.tex2542 int xcbc_memory(
5609 int (*xcbc_memory)(
/external/dropbear/libtomcrypt/testprof/
Dx86_prof.c1198 if ((err = xcbc_memory(cipher_idx, key, 16, buf, MAC_SIZE*1024, tag, &z)) != CRYPT_OK) { in time_macs_()