Searched refs:BLOCK_OPT_ENCRYPT_FORMAT (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() 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 D | qcow2.c | 3922 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 D | block_int-common.h | 39 #define BLOCK_OPT_ENCRYPT_FORMAT "encrypt.format" macro
|
/openbmc/qemu/ |
H A D | qemu-img.c | 2621 qemu_opt_get(opts, BLOCK_OPT_ENCRYPT_FORMAT); in img_convert()
|