Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/xcbc/
A Dxcbc_memory_multi.c31 xcbc_state *xcbc; in xcbc_memory_multi()
42 xcbc = XMALLOC(sizeof(xcbc_state)); in xcbc_memory_multi()
71 zeromem(xcbc, sizeof(xcbc_state)); in xcbc_memory_multi()
A Dxcbc_file.c38 xcbc_state xcbc; in xcbc_file()
80 zeromem(&xcbc, sizeof(xcbc_state)); in xcbc_file()
A Dxcbc_memory.c27 xcbc_state *xcbc; in xcbc_memory()
A Dxcbc_process.c18 int xcbc_process(xcbc_state *xcbc, const unsigned char *in, unsigned long inlen) in xcbc_process()
A Dxcbc_done.c18 int xcbc_done(xcbc_state *xcbc, unsigned char *out, unsigned long *outlen) in xcbc_done()
A Dxcbc_init.c19 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen) in xcbc_init()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h189 } xcbc_state; typedef
191 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen);
192 int xcbc_process(xcbc_state *xcbc, const unsigned char *in, unsigned long inlen);
193 int xcbc_done(xcbc_state *xcbc, unsigned char *out, unsigned long *outlen);
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_sizes.c222 SZ_STRINGIFY_T(xcbc_state),

Completed in 8 milliseconds