loop.4: Add LO_CRYPT_CRYPTOAPI as an encryption type

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-01 13:17:20 +02:00
parent 1e03a1532a
commit dd340a435e
1 changed files with 6 additions and 6 deletions

View File

@ -67,14 +67,12 @@ argument.
Disassociate the loop device from any file descriptor.
.TP
.B LOOP_SET_STATUS
Set the status of the loop device as defined by the
.IR "struct loop_info"
passed as the (third)
Set the status of the loop device using the (third)
.BR ioctl (2)
argument.
The
This argument is a pointer to
.I loop_info
structure is defined in
structure, defined in
.I <linux/loop.h>
as:
@ -107,7 +105,9 @@ The encryption type should be one of
.BR LO_CRYPT_CAST128 ,
.BR LO_CRYPT_IDEA ,
.BR LO_CRYPT_DUMMY ,
.BR LO_CRYPT_SKIPJACK .
.BR LO_CRYPT_SKIPJACK ,
or (since Linux 2.6.0)
.BR LO_CRYPT_CRYPTOAPI .
.TP
.B LOOP_GET_STATUS
Get the status of the loop device.