summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2018-04-20 04:37:56 +0000
committerdlg <dlg@openbsd.org>2018-04-20 04:37:56 +0000
commit75c64672182f9db41eaefddb041153a6d08ea7d3 (patch)
treeeff04020aba1126cc831f219c56aebe0514bc0b7
parentadd a small driver for AMDs cryptographic co processor. (diff)
downloadwireguard-openbsd-75c64672182f9db41eaefddb041153a6d08ea7d3.tar.xz
wireguard-openbsd-75c64672182f9db41eaefddb041153a6d08ea7d3.zip
ccp(4) manpage
-rw-r--r--share/man/man4/ccp.449
1 files changed, 49 insertions, 0 deletions
diff --git a/share/man/man4/ccp.4 b/share/man/man4/ccp.4
new file mode 100644
index 00000000000..0f303f3974f
--- /dev/null
+++ b/share/man/man4/ccp.4
@@ -0,0 +1,49 @@
+.\" $OpenBSD: ccp.4,v 1.1 2018/04/20 04:37:56 dlg Exp $
+.\"
+.\" Copyright (c) 2018 David Gwynne <dlg@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: April 20 2018 $
+.Dt CCP 4
+.Os
+.Sh NAME
+.Nm ccp
+.Nd AMD Cryptographic Co-processor
+.Sh SYNOPSIS
+.Cd "ccp* at fdt?"
+.Cd "ccp* at pci?"
+.Sh DESCRIPTION
+AMD Cryptographic Co-processor devices provide offload for various
+cryptographic algorithms, offload of zlib compression and decompression,
+and a random number generator.
+.Pp
+The
+.Nm
+driver supports for feeding output of the devices random number
+generator into the kernel entropy pool.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr random 4 ,
+.Xr arc4random 9
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.4 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An David Gwynne Aq Mt dlg@openbsd.org .