Searched refs:xcbc_state (Results 1 – 8 of 8) sorted by relevance
/external/dropbear/libtomcrypt/src/mac/xcbc/ |
D | xcbc_memory_multi.c | 39 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()
|
D | xcbc_memory.c | 35 xcbc_state *xcbc; in xcbc_memory()
|
D | xcbc_file.c | 39 xcbc_state xcbc; in xcbc_file()
|
D | xcbc_process.c | 26 int xcbc_process(xcbc_state *xcbc, const unsigned char *in, unsigned long inlen) in xcbc_process()
|
D | xcbc_done.c | 26 int xcbc_done(xcbc_state *xcbc, unsigned char *out, unsigned long *outlen) in xcbc_done()
|
D | xcbc_init.c | 27 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen) in xcbc_init()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_mac.h | 323 } 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/ |
D | crypt.tex | 2505 int xcbc_init( xcbc_state *xcbc, 2518 int xcbc_process( xcbc_state *state, 2530 int xcbc_done( xcbc_state *state,
|