Searched refs:ccm_memory (Results 1 – 13 of 13) sorted by relevance
/external/dropbear/libtomcrypt/src/encauth/ccm/ |
D | ccm_test.c | 135 if ((err = ccm_memory(idx, in ccm_test() 153 if ((err = ccm_memory(idx, in ccm_test()
|
D | ccm_memory.c | 38 int ccm_memory(int cipher, in ccm_memory() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_mac.h | 201 int ccm_memory(int cipher,
|
/external/dropbear/libtomcrypt/ |
D | Android.mk | 13 src/ciphers/twofish/twofish.c src/ciphers/xtea.c src/encauth/ccm/ccm_memory.c \
|
D | Makefile.in | 104 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
|
D | makefile.msvc | 11 src/ciphers/twofish/twofish.obj src/ciphers/xtea.obj src/encauth/ccm/ccm_memory.obj \
|
D | makefile.icc | 101 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
|
D | makefile.unix | 47 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
|
D | makefile.shared | 106 src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o \
|
D | crypt.tex | 1445 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));
|
D | changes | 257 -- Found bug in ccm_memory.c which would fail to compile when LTC_CLEAN_STACK was enabled
|
/external/dropbear/libtomcrypt/testprof/ |
D | x86_prof.c | 1342 …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/ |
D | tv_gen.c | 556 …if ((err = ccm_memory(x, key, kl, NULL, nonce, 13, plaintext, y1, plaintext, y1, plaintext, tag, &… in ccm_gen()
|