Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/modes/xts/
H A Dxts_test.c50 orig = cipher_descriptor[xts.cipher]->accel_xts_decrypt; in s_xts_test_accel_xts_decrypt()
51 cipher_descriptor[xts.cipher]->accel_xts_decrypt = NULL; in s_xts_test_accel_xts_decrypt()
57 cipher_descriptor[xts.cipher]->accel_xts_decrypt = orig; in s_xts_test_accel_xts_decrypt()
209 cipher_descriptor[idx]->accel_xts_decrypt = NULL; in xts_test()
214 cipher_descriptor[idx]->accel_xts_decrypt = s_xts_test_accel_xts_decrypt; in xts_test()
H A Dxts_decrypt.c86 if (cipher_descriptor[xts->cipher]->accel_xts_decrypt && lim > 0) { in xts_decrypt()
89 …if ((err = cipher_descriptor[xts->cipher]->accel_xts_decrypt(ct, pt, lim, tweak, &xts->key1, &xts-… in xts_decrypt()
/optee_os/core/lib/libtomcrypt/
H A Daes_accel.c254 .accel_xts_decrypt = aes_xts_decrypt_nblocks,
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h620 int (*accel_xts_decrypt)(const unsigned char *ct, unsigned char *pt, member