Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/mac/f9/
H A Df9_memory.c49 if ((err = f9_process(f9, in, inlen)) != CRYPT_OK) { in f9_memory()
H A Df9_memory_multi.c56 if ((err = f9_process(f9, curptr, curlen)) != CRYPT_OK) { in f9_memory_multi()
H A Df9_file.c63 if ((err = f9_process(&f9, buf, (unsigned long)x)) != CRYPT_OK) { in f9_file()
H A Df9_process.c18 int f9_process(f9_state *f9, const unsigned char *in, unsigned long inlen) in f9_process() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h227 int f9_process(f9_state *f9, const unsigned char *in, unsigned long inlen);