Splice in cryptodev (this man page originated on openbsd where there is

no cryptodev module.)  Should probably create a separate cryptodev man
page (or a link to this one) but for now add enough so folks understand
the relationship between the two.

Prodded by:	phk
This commit is contained in:
Sam Leffler 2004-01-16 17:21:02 +00:00
parent 016344807a
commit 4acf93a2f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124594

View file

@ -28,22 +28,28 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd October 3, 2002 .Dd January 16, 2004
.Dt CRYPTO 4 .Dt CRYPTO 4
.Os .Os
.Sh NAME .Sh NAME
.Nm crypto .Nm crypto ,
.Nm cryptodev
.Nd hardware crypto access driver .Nd hardware crypto access driver
.Sh SYNOPSIS .Sh SYNOPSIS
.Cd device crypto .Cd device crypto
.Cd device cryptodev
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
driver provides userland applications access to hardware crypto support driver provides a device-independent framework to support
via the kernel. cryptographic operations in the kernel.
The The
.Nm cryptodev
driver provides userland applications access to this support
through the
.Pa /dev/crypto .Pa /dev/crypto
device node primarily operates in an device.
This node primarily operates in an
.Xr ioctl 2 .Xr ioctl 2
based model, permitting a variety of applications to query device capabilities, based model, permitting a variety of applications to query device capabilities,
submit transactions, and get results. submit transactions, and get results.