1.\" $OpenBSD: ccp.4,v 1.4 2019/04/23 20:23:36 jmc Exp $ 2.\" 3.\" Copyright (c) 2018 David Gwynne <dlg@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: April 23 2019 $ 18.Dt CCP 4 19.Os 20.Sh NAME 21.Nm ccp 22.Nd AMD cryptographic co-processor 23.Sh SYNOPSIS 24.Cd "ccp* at acpi?" 25.Cd "ccp* at fdt?" 26.Cd "ccp* at pci?" 27.Sh DESCRIPTION 28AMD cryptographic co-processor devices provide offload for various 29cryptographic algorithms, offload of zlib compression and decompression, 30and a random number generator. 31.Pp 32The 33.Nm 34driver supports feeding output of the random number generator into 35the kernel entropy pool. 36.Sh SEE ALSO 37.Xr intro 4 , 38.Xr random 4 , 39.Xr arc4random 9 40.Sh HISTORY 41The 42.Nm 43driver first appeared in 44.Ox 6.4 . 45.Sh AUTHORS 46.An -nosplit 47The 48.Nm 49driver was written by 50.An David Gwynne Aq Mt dlg@openbsd.org . 51