Searched refs:omac_memory (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/mac/omac/ |
| H A D | omac_memory.c | 23 int omac_memory(int cipher, in omac_memory() function 42 if (cipher_descriptor[cipher]->omac_memory != NULL) { in omac_memory() 43 return cipher_descriptor[cipher]->omac_memory(key, keylen, in, inlen, out, outlen); in omac_memory()
|
| H A D | omac_test.c | 81 …if ((err = omac_memory(idx, tests[x].key, tests[x].keylen, tests[x].msg, tests[x].msglen, out, &le… in omac_test()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_mac.h | 44 int omac_memory(int cipher,
|
| H A D | tomcrypt_cipher.h | 560 int (*omac_memory)( member
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sub.mk | 149 srcs-$(_CFG_CORE_LTC_CMAC) += src/mac/omac/omac_memory.c
|