search for: default_cyph

Displaying 1 result from an estimated 1 matches for "default_cyph".

Did you mean: default_caps
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
...swap_encrypt=*) + i=${i#ovirt_swap_encrypt=} + eval $(printf $i|awk -F\; '{ print "swap1="$1; print "swap2="$2; }') + for p in 1 2; do + var=swap$p + swapdev= + swapcyph= + local default_cypher="aes-cbc-essiv:sha256" + if [ -n ${!var} ]; then + eval $(printf ${!var} |awk -F, '{ print "swapdev="$1; print "swapcyph="$2; }') + if [ "${swapdev}" = "Swap" ]; then + if [ -n...