Searched refs:xcbc_memory (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/xcbc/ |
A D | xcbc_memory.c | 22 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 D | xcbc_test.c | 103 …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 D | tomcrypt_mac.h | 194 int xcbc_memory(int cipher,
|
A D | tomcrypt_cipher.h | 572 int (*xcbc_memory)( member
|
Completed in 7 milliseconds