Home
last modified time | relevance | path

Searched refs:BLOCK_OPT_ENCRYPT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/
H A Dqcow.c945 { 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 Dqcow2.c3900 val = qdict_get_try_str(qdict, BLOCK_OPT_ENCRYPT); in qcow2_co_create_opts()
3902 qdict_put_str(qdict, BLOCK_OPT_ENCRYPT, "qcow"); in qcow2_co_create_opts()
3904 qdict_del(qdict, BLOCK_OPT_ENCRYPT); in qcow2_co_create_opts()
3929 { BLOCK_OPT_ENCRYPT, BLOCK_OPT_ENCRYPT_FORMAT }, in qcow2_co_create_opts()
6058 .name = BLOCK_OPT_ENCRYPT, \
/openbmc/qemu/include/block/
H A Dblock_int-common.h38 #define BLOCK_OPT_ENCRYPT "encryption" macro
/openbmc/qemu/
H A Dqemu-img.c2623 qemu_opt_get_bool(opts, BLOCK_OPT_ENCRYPT, false); in img_convert()