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

  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_memory_multi.c 39 xcbc_state *xcbc;
50 xcbc = XMALLOC(sizeof(xcbc_state));
79 zeromem(xcbc, sizeof(xcbc_state));
xcbc_file.c 39 xcbc_state xcbc;
xcbc_memory.c 35 xcbc_state *xcbc;
xcbc_done.c 26 int xcbc_done(xcbc_state *xcbc, unsigned char *out, unsigned long *outlen)
xcbc_init.c 27 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen)
xcbc_process.c 26 int xcbc_process(xcbc_state *xcbc, const unsigned char *in, unsigned long inlen)
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 323 } xcbc_state; typedef in typeref:struct:__anon7176
325 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen);
326 int xcbc_process(xcbc_state *xcbc, const unsigned char *in, unsigned long inlen);
327 int xcbc_done(xcbc_state *xcbc, unsigned char *out, unsigned long *outlen);
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 73 milliseconds