Makefile: Fix order of arguments in linker call
[dmsetup-tc.git] / xts.h
blob9d936845ae66e6f2bab871a08ab6868b412d1307
1 #ifndef XTS_H
2 #define XTS_H
4 extern const char *aes_xts_err;
5 extern const char *aes_xts_errsrc;
7 int aes_xts_decrypt(unsigned char *key, unsigned char *cipher, int numblocks,
8 unsigned int tweak, unsigned char *plain);
10 #endif