Home
last modified time | relevance | path

Searched refs:xcbc_process (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/mac/xcbc/
H A Dxcbc_memory.c49 if ((err = xcbc_process(xcbc, in, inlen)) != CRYPT_OK) { in xcbc_memory()
H A Dxcbc_memory_multi.c56 if ((err = xcbc_process(xcbc, curptr, curlen)) != CRYPT_OK) { in xcbc_memory_multi()
H A Dxcbc_process.c18 int xcbc_process(xcbc_state *xcbc, const unsigned char *in, unsigned long inlen) in xcbc_process() function
H A Dxcbc_file.c63 if ((err = xcbc_process(&xcbc, buf, (unsigned long)x)) != CRYPT_OK) { in xcbc_file()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h192 int xcbc_process(xcbc_state *xcbc, const unsigned char *in, unsigned long inlen);