Home
last modified time | relevance | path

Searched refs:keyslot (Results 1 – 10 of 10) sorted by relevance

/qemu/tests/qemu-iotests/
H A D293.out26 qemu-io: can't open: Invalid password, cannot unlock any keyslot
29 qemu-io: can't open: Invalid password, cannot unlock any keyslot
38 qemu-img: Can't add a keyslot - all keyslots are in use
57 qemu-io: can't open: Invalid password, cannot unlock any keyslot
58 qemu-io: can't open: Invalid password, cannot unlock any keyslot
59 qemu-io: can't open: Invalid password, cannot unlock any keyslot
69 qemu-io: can't open: Invalid password, cannot unlock any keyslot
70 qemu-io: can't open: Invalid password, cannot unlock any keyslot
71 qemu-io: can't open: Invalid password, cannot unlock any keyslot
79 qemu-io: can't open: Invalid password, cannot unlock any keyslot
[all …]
H A D29378 …MG amend $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec4,${PR}iter-time=10,${PR}keyslot=4
82 …MG amend $SECRETS $IMGS1 -o ${PR}state=active,${PR}new-secret=sec3,${PR}iter-time=10,${PR}keyslot=3
89 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}keyslot=4 | _filter_img_create
105 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}keyslot=2 | _filter_img_create
171 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec1,${PR}keyslot=0
175 … $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec1,${PR}iter-time=10,${PR}keyslot=0 --force
186 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}keyslot=0
193 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}keyslot=1 --force
197 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}keyslot=0 --force
H A D29461 $QEMU_IMG amend $SECRETS $IMGS0 -o state=active,new-secret=sec1,keyslot=1,iter-time=10
69 $QEMU_IMG amend $SECRETS $IMGS1 -o state=inactive,keyslot=0 | _filter_img_create
H A D294.out18 qemu-io: can't open: Invalid password, cannot unlock any keyslot
25 qemu-io: can't open: Invalid password, cannot unlock any keyslot
H A D295.out11 Job failed: Invalid password, cannot unlock any keyslot
20 Job failed: Refusing to overwrite active keyslot 2 - please erase it first
H A D188.out17 qemu-io: can't open: Invalid password, cannot unlock any keyslot
H A D082.out690 encrypt.keyslot=<num> - Select a single keyslot to modify explicitly
706 encrypt.keyslot=<num> - Select a single keyslot to modify explicitly
722 encrypt.keyslot=<num> - Select a single keyslot to modify explicitly
738 encrypt.keyslot=<num> - Select a single keyslot to modify explicitly
754 encrypt.keyslot=<num> - Select a single keyslot to modify explicitly
770 encrypt.keyslot=<num> - Select a single keyslot to modify explicitly
786 encrypt.keyslot=<num> - Select a single keyslot to modify explicitly
802 encrypt.keyslot=<num> - Select a single keyslot to modify explicitly
839 encrypt.keyslot=<num> - Select a single keyslot to modify explicitly
/qemu/crypto/
H A Dblock-luks.c1623 int keyslot; in qcrypto_block_luks_amend_add_keyslot() local
1641 keyslot = opts_luks->keyslot; in qcrypto_block_luks_amend_add_keyslot()
1642 if (keyslot < 0 || keyslot >= QCRYPTO_BLOCK_LUKS_NUM_KEY_SLOTS) { in qcrypto_block_luks_amend_add_keyslot()
1650 if (keyslot == -1) { in qcrypto_block_luks_amend_add_keyslot()
1661 keyslot); in qcrypto_block_luks_amend_add_keyslot()
1741 int keyslot = opts_luks->keyslot; in qcrypto_block_luks_amend_erase_keyslots() local
1743 if (keyslot < 0 || keyslot >= QCRYPTO_BLOCK_LUKS_NUM_KEY_SLOTS) { in qcrypto_block_luks_amend_erase_keyslots()
1764 keyslot); in qcrypto_block_luks_amend_erase_keyslots()
1772 keyslot); in qcrypto_block_luks_amend_erase_keyslots()
1781 keyslot); in qcrypto_block_luks_amend_erase_keyslots()
[all …]
/qemu/qapi/
H A Dcrypto.json388 # keyslot. Currently defaults to 2000.
390 # @keyslot: Optional. ID of the keyslot to activate/deactivate. For
391 # keyslot activation, keyslot should not be active already (this
392 # is unsafe to update an active keyslot), but possible if 'force'
393 # parameter is given. If keyslot is not given, first free keyslot
396 # For keyslot deactivation, this parameter specifies the exact
397 # keyslot to deactivate
409 '*keyslot': 'int',
H A Dblock-core.json5486 # allows erase of the last active keyslot (permanent loss of
5487 # data), and replacement of an active keyslot (possible loss of