Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/mac/xcbc/
A Dxcbc_memory_multi.c38 xcbc_state *xcbc; in xcbc_memory_multi()
49 xcbc = XMALLOC(sizeof(xcbc_state)); in xcbc_memory_multi()
78 zeromem(xcbc, sizeof(xcbc_state)); in xcbc_memory_multi()
A Dxcbc_file.c45 xcbc_state xcbc; in xcbc_file()
87 zeromem(&xcbc, sizeof(xcbc_state)); in xcbc_file()
A Dxcbc_memory.c34 xcbc_state *xcbc; in xcbc_memory()
A Dxcbc_process.c25 int xcbc_process(xcbc_state *xcbc, const unsigned char *in, unsigned long inlen) in xcbc_process()
A Dxcbc_done.c25 int xcbc_done(xcbc_state *xcbc, unsigned char *out, unsigned long *outlen) in xcbc_done()
A Dxcbc_init.c26 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen) in xcbc_init()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h185 } xcbc_state; typedef
187 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen);
188 int xcbc_process(xcbc_state *xcbc, const unsigned char *in, unsigned long inlen);
189 int xcbc_done(xcbc_state *xcbc, unsigned char *out, unsigned long *outlen);
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_sizes.c229 _SZ_STRINGIFY_T(xcbc_state),

Completed in 7 milliseconds