Searched refs:f9_process (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/mac/f9/ |
| H A D | f9_memory.c | 49 if ((err = f9_process(f9, in, inlen)) != CRYPT_OK) { in f9_memory()
|
| H A D | f9_memory_multi.c | 56 if ((err = f9_process(f9, curptr, curlen)) != CRYPT_OK) { in f9_memory_multi()
|
| H A D | f9_file.c | 63 if ((err = f9_process(&f9, buf, (unsigned long)x)) != CRYPT_OK) { in f9_file()
|
| H A D | f9_process.c | 18 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 D | tomcrypt_mac.h | 227 int f9_process(f9_state *f9, const unsigned char *in, unsigned long inlen);
|