diff options
Diffstat (limited to 'static/freebsd/man4/man4.i386/glxsb.4 3.html')
| -rw-r--r-- | static/freebsd/man4/man4.i386/glxsb.4 3.html | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/static/freebsd/man4/man4.i386/glxsb.4 3.html b/static/freebsd/man4/man4.i386/glxsb.4 3.html deleted file mode 100644 index b6449f5b..00000000 --- a/static/freebsd/man4/man4.i386/glxsb.4 3.html +++ /dev/null @@ -1,76 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">GLXSB(4)</td> - <td class="head-vol">Device Drivers Manual (i386)</td> - <td class="head-rtitle">GLXSB(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">glxsb</code> — <span class="Nd">Geode LX - Security Block crypto accelerator</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 glxsb</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>glxsb_load="YES"</pre> -</div> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The <code class="Nm">glxsb</code> driver supports the security - block of the Geode LX series processors. The Geode LX is a member of the AMD - Geode family of integrated x86 system chips.</p> -<p class="Pp">Driven by periodic checks for available data from the generator, - <code class="Nm">glxsb</code> supplies entropy to the - <a class="Xr">random(4)</a> driver for common usage.</p> -<p class="Pp"><code class="Nm">glxsb</code> also supports acceleration of - AES-128-CBC operations 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">glxsb</code> can work with <a class="Xr">ipsec(4)</a>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="CAVEAT"><a class="permalink" href="#CAVEAT">CAVEAT</a></h1> -<p class="Pp">The <a class="Xr">crypto(9)</a> framework will fail to open the - crypto session on the device if the AES key's length is != 128 bits. This - prevents the use of the <code class="Nm">glxsb</code> device driver with AES - keys of length != 128 bits.</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">crypto(4)</a>, <a class="Xr">intro(4)</a>, - <a class="Xr">ipsec(4)</a>, <a class="Xr">pci(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">glxsb</code> device driver first appeared in - <span class="Ux">OpenBSD 4.1</span>. The <code class="Nm">glxsb</code> - device driver was imported into <span class="Ux">FreeBSD 7.1</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">glxsb</code> device driver was written for - <span class="Ux">OpenBSD</span> by <span class="An">Tom Cosgrove</span>. It - was ported to <span class="Ux">FreeBSD</span> by <span class="An">Patrick - Lamaiziere</span> - <<a class="Mt" href="mailto:patfbsd@davenulle.org">patfbsd@davenulle.org</a>>.</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> |
