Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/omac/
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()
A Dsub.mk5 srcs-y += omac_memory.c
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-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h44 int omac_memory(int cipher,
A Dtomcrypt_cipher.h558 int (*omac_memory)( member

Completed in 9 milliseconds