CIOCCRYPT takes a "struct crypt_op *", not a "struct crpyto_op *".
This commit is contained in:
parent
6f90190b50
commit
c700f1d7a3
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: crypto.4,v 1.6 2005/03/28 22:07:22 nathanw Exp $
|
||||
.\" $NetBSD: crypto.4,v 1.7 2005/04/13 16:28:06 nathanw Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2004
|
||||
.\" Jonathan Stone <jonathan@dsg.stanford.edu>. All rights reserved.
|
||||
|
@ -151,7 +151,7 @@ hardware supports that combination.
|
|||
Not all combinations are supported
|
||||
by all hardware, even if the hardware supports each operation as a
|
||||
stand-alone non-fused operation.
|
||||
.It Dv CIOCCRYPT Fa struct crpyto_op *cr_op
|
||||
.It Dv CIOCCRYPT Fa struct crypt_op *cr_op
|
||||
Request a symmetric-key (or unkeyed hash) operation.
|
||||
The file descriptor argument to
|
||||
.Xr ioctl 4
|
||||
|
|
Loading…
Reference in New Issue