Searched refs:eax_decrypt (Results 1 – 10 of 10) sorted by relevance
/external/dropbear/libtomcrypt/src/encauth/eax/ |
D | eax_decrypt.c | 28 int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt, in eax_decrypt() function
|
D | eax_decrypt_verify_memory.c | 77 if ((err = eax_decrypt(eax, ct, pt, ctlen)) != CRYPT_OK) { in eax_decrypt_verify_memory()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_mac.h | 116 int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt, unsigned long length);
|
/external/dropbear/libtomcrypt/ |
D | Android.mk | 14 src/encauth/ccm/ccm_test.c src/encauth/eax/eax_addheader.c src/encauth/eax/eax_decrypt.c \
|
D | Makefile.in | 105 src/encauth/ccm/ccm_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o \
|
D | makefile.msvc | 12 src/encauth/ccm/ccm_test.obj src/encauth/eax/eax_addheader.obj src/encauth/eax/eax_decrypt.obj \
|
D | makefile.icc | 102 src/encauth/ccm/ccm_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o \
|
D | makefile.unix | 48 src/encauth/ccm/ccm_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o \
|
D | makefile.shared | 107 src/encauth/ccm/ccm_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o \
|
D | crypt.tex | 1203 int eax_decrypt( eax_state *eax,
|