Home
last modified time | relevance | path

Searched refs:qcow2_co_decrypt (Results 1 – 3 of 3) sorted by relevance

/qemu/block/
H A Dqcow2-threads.c522 qcow2_co_decrypt(BlockDriverState *bs, uint64_t host_offset, in qcow2_co_decrypt() function
H A Dqcow2.h1071 qcow2_co_decrypt(BlockDriverState *bs, uint64_t host_offset,
H A Dqcow2.c2248 if (qcow2_co_decrypt(bs, host_offset, offset, buf, bytes) < 0) in qcow2_co_preadv_encrypted()