Lines Matching refs:crypt
2 dm-crypt
5 Device-Mapper's "crypt" target provides transparent encryption of block devices
29 Cipher format also supports direct specification with kernel crypt API
73 The kernel keyring key description crypt target should look for
102 Block discard requests (a.k.a. TRIM) are passed through the crypt device.
153 encryption with dm-crypt using the 'cryptsetup' utility, see
159 # Create a crypt device using dmsetup
160 …dmsetup create crypt1 --table "0 `blockdev --getsz $1` crypt aes-cbc-essiv:sha256 babebabebabebabe…
165 # Create a crypt device using dmsetup when encryption key is stored in keyring service
166 …dmsetup create crypt2 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 :32:logon:my_p…
171 # Create a crypt device using cryptsetup and LUKS header with default cipher