Fix partial reads and handle EINTR in reencryption code.

The partial read usually happens only on IO error,
so reencrypt at least part what is read properly.

For EINTR code must restart read completely.

Fixes issue#226.
1 file changed