Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/xcbc/
A Dxcbc_memory.c22 int xcbc_memory(int cipher, in xcbc_memory() function
36 if (cipher_descriptor[cipher]->xcbc_memory != NULL) { in xcbc_memory()
37 return cipher_descriptor[cipher]->xcbc_memory(key, keylen, in, inlen, out, outlen); in xcbc_memory()
A Dxcbc_test.c103 …if ((err = xcbc_memory(idx, tests[x].K, 16, tests[x].M, tests[x].msglen, T, &taglen)) != CRYPT_OK)… in xcbc_test()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h194 int xcbc_memory(int cipher,
A Dtomcrypt_cipher.h572 int (*xcbc_memory)( member

Completed in 7 milliseconds