Searched refs:accel_xts_decrypt (Results 1 – 4 of 4) sorted by relevance
57 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()
93 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()
243 .accel_xts_decrypt = aes_xts_decrypt_nblocks,
616 int (*accel_xts_decrypt)(const unsigned char *ct, unsigned char *pt, member
Completed in 7 milliseconds