crypto/block: rename qcrypto_block_*crypt_helper
commit0270417c87d330243eb713a3312ea5e39e192994
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Fri, 7 Dec 2018 16:13:49 +0000 (7 19:13 +0300)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 12 Dec 2018 11:16:49 +0000 (12 11:16 +0000)
tree729083bc40ef030c8b5c70123122e4e7b9a13a07
parent1dc57b60380aa430b33f9b5d776be3bc1f65081e
crypto/block: rename qcrypto_block_*crypt_helper

Rename qcrypto_block_*crypt_helper to qcrypto_block_cipher_*crypt_helper,
as it's not about QCryptoBlock. This is needed to introduce
qcrypto_block_*crypt_helper in the next commit, which will have
QCryptoBlock pointer and than will be able to use additional fields of
it, which in turn will be used to implement thread-safe QCryptoBlock
operations.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/block-luks.c
crypto/block-qcow.c
crypto/block.c
crypto/blockpriv.h