cipher-xts: fix pointer casting to wrong alignment and aliasing
* cipher/cipher-xts.c (xts_gfmul_byA, xts_inc128): Use buf_get_le64 and buf_put_le64 for accessing data; Change parameter pointers to 'unsigned char *' type. (_gcry_cipher_xts_crypt): Do not cast buffer pointers to 'u64 *' for helper functions.
- Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>