Home
last modified time | relevance | path

Searched refs:f9_memory (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/mac/f9/
H A Df9_memory.c22 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 Df9_test.c53 … 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 Dtomcrypt_mac.h229 int f9_memory(int cipher,
H A Dtomcrypt_cipher.h589 int (*f9_memory)( member