AES_XTS_IV_LEN
memcpy(ctx->tweak, iv, AES_XTS_IV_LEN);
bzero(ctx->tweak + AES_XTS_IV_LEN, AES_XTS_IV_LEN);
.ivsize = AES_XTS_IV_LEN,