Searched refs:BLOCK_OPT_ENCRYPT (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow.c | 945 { BLOCK_OPT_ENCRYPT, BLOCK_OPT_ENCRYPT_FORMAT }, in qcow_co_create_opts() 963 val = qdict_get_try_str(qdict, BLOCK_OPT_ENCRYPT); in qcow_co_create_opts() 965 qdict_put_str(qdict, BLOCK_OPT_ENCRYPT, "qcow"); in qcow_co_create_opts() 967 qdict_del(qdict, BLOCK_OPT_ENCRYPT); in qcow_co_create_opts() 1165 .name = BLOCK_OPT_ENCRYPT,
|
H A D | qcow2.c | 3915 val = qdict_get_try_str(qdict, BLOCK_OPT_ENCRYPT); in qcow2_co_create_opts() 3917 qdict_put_str(qdict, BLOCK_OPT_ENCRYPT, "qcow"); in qcow2_co_create_opts() 3919 qdict_del(qdict, BLOCK_OPT_ENCRYPT); in qcow2_co_create_opts() 3944 { BLOCK_OPT_ENCRYPT, BLOCK_OPT_ENCRYPT_FORMAT }, in qcow2_co_create_opts() 6074 .name = BLOCK_OPT_ENCRYPT, \
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 38 #define BLOCK_OPT_ENCRYPT "encryption" macro
|
/openbmc/qemu/ |
H A D | qemu-img.c | 2619 qemu_opt_get_bool(opts, BLOCK_OPT_ENCRYPT, false); in img_convert()
|