Searched defs:xcbc_state (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h323 } xcbc_state; typedef in typeref:struct:__anon5102
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);

Completed in 352 milliseconds