Home
last modified time | relevance | path

Searched refs:BLOCK_OPT_ENCRYPT_FORMAT (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()
970 val = qdict_get_try_str(qdict, BLOCK_OPT_ENCRYPT_FORMAT); in qcow_co_create_opts()
972 qdict_put_str(qdict, BLOCK_OPT_ENCRYPT_FORMAT, "qcow"); in qcow_co_create_opts()
1168 "in favor of " BLOCK_OPT_ENCRYPT_FORMAT "=aes)",
1171 .name = BLOCK_OPT_ENCRYPT_FORMAT,
H A Dqcow2.c3922 val = qdict_get_try_str(qdict, BLOCK_OPT_ENCRYPT_FORMAT); in qcow2_co_create_opts()
3924 qdict_put_str(qdict, BLOCK_OPT_ENCRYPT_FORMAT, "qcow"); in qcow2_co_create_opts()
3944 { BLOCK_OPT_ENCRYPT, BLOCK_OPT_ENCRYPT_FORMAT }, in qcow2_co_create_opts()
5121 optstr = qemu_opt_get_del(opts, BLOCK_OPT_ENCRYPT_FORMAT); in qcow2_measure()
6077 "in favor of " BLOCK_OPT_ENCRYPT_FORMAT "=aes)", \
6080 .name = BLOCK_OPT_ENCRYPT_FORMAT, \
/openbmc/qemu/include/block/
H A Dblock_int-common.h39 #define BLOCK_OPT_ENCRYPT_FORMAT "encrypt.format" macro
/openbmc/qemu/
H A Dqemu-img.c2621 qemu_opt_get(opts, BLOCK_OPT_ENCRYPT_FORMAT); in img_convert()