Searched refs:accel_xts_decrypt (Results 1 – 4 of 4) sorted by relevance
50 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()
86 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()
254 .accel_xts_decrypt = aes_xts_decrypt_nblocks,
620 int (*accel_xts_decrypt)(const unsigned char *ct, unsigned char *pt, member