summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/padlock.4 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/padlock.4 3.html')
-rw-r--r--static/freebsd/man4/padlock.4 3.html74
1 files changed, 74 insertions, 0 deletions
diff --git a/static/freebsd/man4/padlock.4 3.html b/static/freebsd/man4/padlock.4 3.html
new file mode 100644
index 00000000..42727371
--- /dev/null
+++ b/static/freebsd/man4/padlock.4 3.html
@@ -0,0 +1,74 @@
+<table class="head">
+ <tr>
+ <td class="head-ltitle">PADLOCK(4)</td>
+ <td class="head-vol">Device Drivers Manual</td>
+ <td class="head-rtitle">PADLOCK(4)</td>
+ </tr>
+</table>
+<div class="manual-text">
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">padlock</code> &#x2014; <span class="Nd">driver
+ for the cryptographic functions and RNG in VIA C3, C7 and Eden
+ processors</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp">To compile this driver into the kernel, place the following lines
+ in your kernel configuration file:</p>
+<div class="Bd Pp Bd-indent"><code class="Cd">device crypto</code>
+<br/>
+<code class="Cd">device padlock</code></div>
+<p class="Pp">Alternatively, to load the driver as a module at boot time, place
+ the following line in <a class="Xr">loader.conf(5)</a>:</p>
+<div class="Bd Pp Bd-indent Li">
+<pre>padlock_load=&quot;YES&quot;</pre>
+</div>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp">The C3 and Eden processor series from VIA include hardware
+ acceleration for AES. The C7 series includes hardware acceleration for AES,
+ SHA1, SHA256 and RSA. All of the above processor series include a hardware
+ random number generator.</p>
+<p class="Pp">The <code class="Nm">padlock</code> driver registers itself to
+ accelerate AES operations and, if available, HMAC/SHA1 and HMAC/SHA256 for
+ <a class="Xr">crypto(4)</a>. It also registers itself to accelerate other
+ HMAC algorithms, although there is no hardware acceleration for those
+ algorithms. This is only needed so <code class="Nm">padlock</code> can work
+ with <a class="Xr">ipsec(4)</a>.</p>
+<p class="Pp">The hardware random number generator supplies data for the kernel
+ <a class="Xr">random(4)</a> subsystem.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+ ALSO</a></h1>
+<p class="Pp"><a class="Xr">crypt(3)</a>, <a class="Xr">crypto(4)</a>,
+ <a class="Xr">intro(4)</a>, <a class="Xr">ipsec(4)</a>,
+ <a class="Xr">random(4)</a>, <a class="Xr">crypto(7)</a>,
+ <a class="Xr">crypto(9)</a></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Nm">padlock</code> driver first appeared in
+ <span class="Ux">OpenBSD</span>. The first <span class="Ux">FreeBSD</span>
+ release to include it was <span class="Ux">FreeBSD 6.0</span>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
+<p class="Pp">The <code class="Nm">padlock</code> driver with AES encryption
+ support was written by <span class="An">Jason Wright</span>
+ &lt;<a class="Mt" href="mailto:jason@OpenBSD.org">jason@OpenBSD.org</a>&gt;.
+ It was ported to <span class="Ux">FreeBSD</span> and then extended to
+ support SHA1 and SHA256 by <span class="An">Pawel Jakub Dawidek</span>
+ &lt;<a class="Mt" href="mailto:pjd@FreeBSD.org">pjd@FreeBSD.org</a>&gt;.
+ This manual page was written by <span class="An">Christian Brueffer</span>
+ &lt;<a class="Mt" href="mailto:brueffer@FreeBSD.org">brueffer@FreeBSD.org</a>&gt;.</p>
+</section>
+</div>
+<table class="foot">
+ <tr>
+ <td class="foot-date">July 29, 2020</td>
+ <td class="foot-os">FreeBSD 15.0</td>
+ </tr>
+</table>