Searched refs:xts_encrypt (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/xts/ |
| H A D | xts_test.c | 29 ret = xts_encrypt(pt, blocks << 4, ct, tweak, &xts); in s_xts_test_accel_xts_encrypt() 241 err = xts_encrypt(tests[i].PTX, tests[i].PTLEN, OUT, T, &xts); in xts_test() 247 err = xts_encrypt(tests[i].PTX, len, OUT, T, &xts); in xts_test() 252 err = xts_encrypt(&tests[i].PTX[len], len, &OUT[len], T, &xts); in xts_test()
|
| H A D | xts_encrypt.c | 55 int xts_encrypt(const unsigned char *pt, unsigned long ptlen, unsigned char *ct, unsigned char *twe… in xts_encrypt() function
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | xts.c | 58 c->update = xts_encrypt; in ltc_xts_init()
|
| H A D | sub.mk | 190 srcs-$(_CFG_CORE_LTC_XTS) += src/modes/xts/xts_encrypt.c
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 995 int xts_encrypt(
|