File: authspeed.html

package info (click to toggle)
xntp3 5.93-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 7,644 kB
  • ctags: 7,419
  • sloc: ansic: 59,474; perl: 3,633; sh: 2,623; awk: 417; makefile: 311; asm: 37
file content (45 lines) | stat: -rw-r--r-- 1,251 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML Strict//EN">
<html><head><title>
authspeed - determine authentication delays
</title></head><body><h3>
<code>authspeed</code> - determine authentication delays
</h3><hr>

<p><h4>Synopsis</h4>

<p><code>authspeed [ -cdm ] [ -n <i>loops</i> ] auth.samplekeys</code>

<p><h4>Description</h4>

<p>This program encrypts a test file and determines the authentication
delay to use in the NTP configuration file. There are two choices of
encryption algorithm, DES Cipher-Block-Chaining (DES-CBC) and Message
Digest 5 (MD5).

<p><h4>Options</h4>

<dl>

<dt><code>-c</code>
<dd>Select total cost of encryption. Default is value to use in the
authdelay configuration command.

<p><dt><code>-d</code>
<dd>Enable debug output. Default is no debug output.

<p><dt><code>-m</code>
<dd>Enable MD5 algorithm. Default is DES-CBC algorithm.

<p><dt><code>-n <i>loops</i></code>
<dd>Specify the number of program loops. Default is 20,000.

</dl>

<p><h4>Files</h4>

<p><code>./authstuff/auth.samplekeys</code> - a representative list of
keys
<p><code>./authstuff/auth.speed</code> - a listing of results for a
representative set of architectures and compilers

<hr><address>David L. Mills (mills@udel.edu)</address></body></html>