Lines Matching refs:encryption
339 echo $(zfs get 2>&1 | grep encryption | sed -e s/^.*YES// -e s/\|//g)
369 encryption=$(zenity --list --title="$title" --height=320 \
370 --text="Select cipher for encryption of all labels:" \
371 --column="encryption" $(encryptionValues))
373 if [[ $? != 0 || $encryption == "off" ]]; then
379 --text "Select encryption key source:" \
396 if [[ $encryption == "on" ]]; then
399 t=${encryption#aes-} && keylen=${t%%-*}
406 options="$options -o encryption=$encryption -o keysource=$keysource"