Home
last modified time | relevance | path

Searched refs:ccm_memory (Results 1 – 13 of 13) sorted by relevance

/external/dropbear/libtomcrypt/src/encauth/ccm/
Dccm_test.c135 if ((err = ccm_memory(idx, in ccm_test()
153 if ((err = ccm_memory(idx, in ccm_test()
Dccm_memory.c38 int ccm_memory(int cipher, in ccm_memory() function
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h201 int ccm_memory(int cipher,
/external/dropbear/libtomcrypt/
DAndroid.mk13 src/ciphers/twofish/twofish.c src/ciphers/xtea.c src/encauth/ccm/ccm_memory.c \
DMakefile.in104 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
Dmakefile.msvc11 src/ciphers/twofish/twofish.obj src/ciphers/xtea.obj src/encauth/ccm/ccm_memory.obj \
Dmakefile.icc101 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
Dmakefile.unix47 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
Dmakefile.shared106 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
Dcrypt.tex1445 int ccm_memory(
1505 ccm_memory(find_cipher("aes"),
1514 printf("ccm_memory error %s\n", error_to_string(err));
1522 ccm_memory(find_cipher("aes"),
1531 printf("ccm_memory error %s\n", error_to_string(err));
Dchanges257 -- Found bug in ccm_memory.c which would fail to compile when LTC_CLEAN_STACK was enabled
/external/dropbear/libtomcrypt/testprof/
Dx86_prof.c1342 …if ((err = ccm_memory(cipher_idx, key, 16, NULL, IV, 16, NULL, 0, buf, MAC_SIZE*1024, buf, tag, &z… in time_encmacs_()
1357 …if ((err = ccm_memory(cipher_idx, key, 16, &skey, IV, 16, NULL, 0, buf, MAC_SIZE*1024, buf, tag, &… in time_encmacs_()
/external/dropbear/libtomcrypt/demos/
Dtv_gen.c556 …if ((err = ccm_memory(x, key, kl, NULL, nonce, 13, plaintext, y1, plaintext, y1, plaintext, tag, &… in ccm_gen()