Searched refs:encryption_format (Results 1 – 1 of 1) sorted by relevance
109 RbdImageEncryptionFormat encryption_format; member556 s->encryption_format = encrypt->format; in qemu_rbd_encryption_load()654 s->encryption_format = encrypt->format; in qemu_rbd_encryption_load2()704 assert(s->encryption_format == RBD_IMAGE_ENCRYPTION_FORMAT__MAX); in qemu_rbd_encryption_probe()714 s->encryption_format = RBD_IMAGE_ENCRYPTION_FORMAT_LUKS; in qemu_rbd_encryption_probe()717 s->encryption_format = RBD_IMAGE_ENCRYPTION_FORMAT_LUKS2; in qemu_rbd_encryption_probe()720 s->encryption_format = RBD_IMAGE_ENCRYPTION_FORMAT_LUKS; in qemu_rbd_encryption_probe()723 s->encryption_format = RBD_IMAGE_ENCRYPTION_FORMAT_LUKS2; in qemu_rbd_encryption_probe()1189 s->encryption_format = RBD_IMAGE_ENCRYPTION_FORMAT__MAX; in qemu_rbd_open()1476 if (s->encryption_format == RBD_IMAGE_ENCRYPTION_FORMAT__MAX) { in qemu_rbd_get_specific_info()[all …]