Spelling.
This commit is contained in:
parent
b85c6e9d1b
commit
c9317429b9
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: cprng.9,v 1.2 2011/11/28 23:27:59 wiz Exp $
|
||||
.\" $NetBSD: cprng.9,v 1.3 2011/11/28 23:29:45 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -42,7 +42,7 @@
|
|||
.Nm cprng_fast ,
|
||||
.Nm cprng_fast32 ,
|
||||
.Nm cprng_fast64 ,
|
||||
.Nd cryptographic pseudorandom number generators
|
||||
.Nd cryptographic pseudo-random number generators
|
||||
.Sh SYNOPSIS
|
||||
.In sys/cprng.h
|
||||
.Ft cprng_strong_t
|
||||
|
@ -103,7 +103,7 @@ functions.
|
|||
The
|
||||
.Dq strong
|
||||
family of functions supply cryptographically strong random numbers
|
||||
suitable for keying cryptosystems and similar purposes.
|
||||
suitable for keying crypto systems and similar purposes.
|
||||
Calls to
|
||||
.Xr rnd_extract_data 9
|
||||
should be replaced with calls to
|
||||
|
@ -163,7 +163,7 @@ the current estimate of entropy in the pool is less than the required
|
|||
number of key bits for the generator.
|
||||
.It Dv CPRNG_REKEY_ANY
|
||||
When rekeying of the generator is required, key the generator from the
|
||||
entrpy pool even if the current estimate of entropy in the pool is less
|
||||
entropy pool even if the current estimate of entropy in the pool is less
|
||||
than the required number of key bits for the generator.
|
||||
.It Dv CPRNG_USE_CV
|
||||
Perform a
|
||||
|
|
Loading…
Reference in New Issue