Searched refs:xts_decrypt (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/xts/ |
| H A D | xts_test.c | 56 ret = xts_decrypt(ct, blocks << 4, pt, tweak, &xts); in s_xts_test_accel_xts_decrypt() 266 err = xts_decrypt(tests[i].CTX, tests[i].PTLEN, OUT, T, &xts); in xts_test() 272 err = xts_decrypt(tests[i].CTX, len, OUT, T, &xts); in xts_test() 277 err = xts_decrypt(&tests[i].CTX[len], len, &OUT[len], T, &xts); in xts_test()
|
| H A D | xts_decrypt.c | 53 int xts_decrypt(const unsigned char *ct, unsigned long ptlen, unsigned char *pt, unsigned char *twe… in xts_decrypt() function
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | xts.c | 60 c->update = xts_decrypt; in ltc_xts_init()
|
| H A D | sub.mk | 188 srcs-$(_CFG_CORE_LTC_XTS) += src/modes/xts/xts_decrypt.c
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 1000 int xts_decrypt(
|