Searched refs:f9_memory (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/mac/f9/ |
| H A D | f9_memory.c | 22 int f9_memory(int cipher, in f9_memory() function 36 if (cipher_descriptor[cipher]->f9_memory != NULL) { in f9_memory() 37 return cipher_descriptor[cipher]->f9_memory(key, keylen, in, inlen, out, outlen); in f9_memory()
|
| H A D | f9_test.c | 53 … if ((err = f9_memory(idx, tests[x].K, 16, tests[x].M, tests[x].msglen, T, &taglen)) != CRYPT_OK) { in f9_test()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_mac.h | 229 int f9_memory(int cipher,
|
| H A D | tomcrypt_cipher.h | 589 int (*f9_memory)( member
|