api-ref: Add cipher to update an encryption type interface
Change-Id: I76b6d1f155e912a87c0ca157df3dcbbe59946800
This commit is contained in:
parent
0e814633d0
commit
c15a32aba7
@ -2,6 +2,7 @@
|
||||
"encryption":{
|
||||
"key_size": 64,
|
||||
"provider": "luks",
|
||||
"control_location":"back-end"
|
||||
"control_location":"back-end",
|
||||
"cipher": "aes-xts-plain64"
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
"encryption":{
|
||||
"key_size": 64,
|
||||
"provider": "luks",
|
||||
"control_location":"back-end"
|
||||
"control_location":"back-end",
|
||||
"cipher": "aes-xts-plain64"
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
"encryption":{
|
||||
"key_size": 64,
|
||||
"provider": "luks",
|
||||
"control_location":"back-end"
|
||||
"control_location":"back-end",
|
||||
"cipher": "aes-xts-plain64"
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
"encryption":{
|
||||
"key_size": 64,
|
||||
"provider": "luks",
|
||||
"control_location":"back-end"
|
||||
"control_location":"back-end",
|
||||
"cipher": "aes-xts-plain64"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user