Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/mac/omac/
H A Domac_memory.c23 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 Domac_test.c81 …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 Dtomcrypt_mac.h44 int omac_memory(int cipher,
H A Dtomcrypt_cipher.h560 int (*omac_memory)( member
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk149 srcs-$(_CFG_CORE_LTC_CMAC) += src/mac/omac/omac_memory.c