HomeSort by relevance Sort by last modified time
    Searched refs:eax_decrypt (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_decrypt.c 13 @file eax_decrypt.c
28 int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt, function
48 /* $Source: /cvs/libtom/libtomcrypt/src/encauth/eax/eax_decrypt.c,v $ */
eax_decrypt_verify_memory.c 77 if ((err = eax_decrypt(eax, ct, pt, ctlen)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 116 int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt, unsigned long length);
  /external/dropbear/libtomcrypt/
Android.mk 14 src/encauth/ccm/ccm_test.c src/encauth/eax/eax_addheader.c src/encauth/eax/eax_decrypt.c \
crypt.tex     [all...]

Completed in 98 milliseconds