Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/mac/xcbc/
H A Dxcbc_memory.c45 if ((err = xcbc_init(xcbc, cipher, key, keylen)) != CRYPT_OK) { in xcbc_memory()
H A Dxcbc_memory_multi.c48 if ((err = xcbc_init(xcbc, cipher, key, keylen)) != CRYPT_OK) { in xcbc_memory_multi()
H A Dxcbc_file.c51 if ((err = xcbc_init(&xcbc, cipher, key, keylen)) != CRYPT_OK) { in xcbc_file()
H A Dxcbc_init.c19 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen) in xcbc_init() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h191 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen);