Home
last modified time | relevance | path

Searched refs:xcbc_state (Results 1 – 8 of 8) sorted by relevance

/external/dropbear/libtomcrypt/src/mac/xcbc/
Dxcbc_memory_multi.c39 xcbc_state *xcbc; in xcbc_memory_multi()
50 xcbc = XMALLOC(sizeof(xcbc_state)); in xcbc_memory_multi()
79 zeromem(xcbc, sizeof(xcbc_state)); in xcbc_memory_multi()
Dxcbc_memory.c35 xcbc_state *xcbc; in xcbc_memory()
Dxcbc_file.c39 xcbc_state xcbc; in xcbc_file()
Dxcbc_process.c26 int xcbc_process(xcbc_state *xcbc, const unsigned char *in, unsigned long inlen) in xcbc_process()
Dxcbc_done.c26 int xcbc_done(xcbc_state *xcbc, unsigned char *out, unsigned long *outlen) in xcbc_done()
Dxcbc_init.c27 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen) in xcbc_init()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h323 } xcbc_state; typedef
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/
Dcrypt.tex2505 int xcbc_init( xcbc_state *xcbc,
2518 int xcbc_process( xcbc_state *state,
2530 int xcbc_done( xcbc_state *state,