scratch
From thelinuxwiki
cryptsetup luksOpen /dev/vg1/root cryptroot
cryptsetup luksOpen /dev/vg1/home crypthome
cryptsetup luksOpen /dev/sdb1 cryptvol1
mount /dev/mapper/cryptroot /mnt/gentoo