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/
A Dxts_test.c57 orig = cipher_descriptor[xts.cipher]->accel_xts_decrypt; in _xts_test_accel_xts_decrypt()
58 cipher_descriptor[xts.cipher]->accel_xts_decrypt = NULL; in _xts_test_accel_xts_decrypt()
64 cipher_descriptor[xts.cipher]->accel_xts_decrypt = orig; in _xts_test_accel_xts_decrypt()
216 cipher_descriptor[idx]->accel_xts_decrypt = NULL; in xts_test()
221 cipher_descriptor[idx]->accel_xts_decrypt = _xts_test_accel_xts_decrypt; in xts_test()
A Dxts_decrypt.c93 if (cipher_descriptor[xts->cipher]->accel_xts_decrypt && lim > 0) { in xts_decrypt()
96 …if ((err = cipher_descriptor[xts->cipher]->accel_xts_decrypt(ct, pt, lim, tweak, &xts->key1, &xts-… in xts_decrypt()
/optee_os/core/lib/libtomcrypt/
A Daes_accel.c243 .accel_xts_decrypt = aes_xts_decrypt_nblocks,
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h616 int (*accel_xts_decrypt)(const unsigned char *ct, unsigned char *pt, member

Completed in 7 milliseconds