Home
last modified time | relevance | path

Searched refs:eax_decrypt (Results 1 – 10 of 10) sorted by relevance

/external/dropbear/libtomcrypt/src/encauth/eax/
Deax_decrypt.c28 int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt, in eax_decrypt() function
Deax_decrypt_verify_memory.c77 if ((err = eax_decrypt(eax, ct, pt, ctlen)) != CRYPT_OK) { in eax_decrypt_verify_memory()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h116 int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt, unsigned long length);
/external/dropbear/libtomcrypt/
DAndroid.mk14 src/encauth/ccm/ccm_test.c src/encauth/eax/eax_addheader.c src/encauth/eax/eax_decrypt.c \
DMakefile.in105 src/encauth/ccm/ccm_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o \
Dmakefile.msvc12 src/encauth/ccm/ccm_test.obj src/encauth/eax/eax_addheader.obj src/encauth/eax/eax_decrypt.obj \
Dmakefile.icc102 src/encauth/ccm/ccm_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o \
Dmakefile.unix48 src/encauth/ccm/ccm_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o \
Dmakefile.shared107 src/encauth/ccm/ccm_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o \
Dcrypt.tex1203 int eax_decrypt( eax_state *eax,