Searched refs:cipher_data (Results 1 – 1 of 1) sorted by relevance
476 uint8_t *cipher_data = NULL; in block_crypto_co_preadv() local491 cipher_data = in block_crypto_co_preadv()494 if (cipher_data == NULL) { in block_crypto_co_preadv()503 qemu_iovec_add(&hd_qiov, cipher_data, cur_bytes); in block_crypto_co_preadv()525 qemu_vfree(cipher_data); in block_crypto_co_preadv()538 uint8_t *cipher_data = NULL; in block_crypto_co_pwritev() local555 cipher_data = in block_crypto_co_pwritev()558 if (cipher_data == NULL) { in block_crypto_co_pwritev()566 qemu_iovec_to_buf(qiov, bytes_done, cipher_data, cur_bytes); in block_crypto_co_pwritev()575 qemu_iovec_add(&hd_qiov, cipher_data, cur_bytes); in block_crypto_co_pwritev()[all …]