Print this page
12186 The n2rng man page incorrectly refers to n2cp

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/n2rng.7d.man.txt
          +++ new/usr/src/man/man7d/n2rng.7d.man.txt
   1    1  N2RNG(7D)                           Devices                          N2RNG(7D)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         n2rng - Ultra-SPARC T2 random number generator device driver
   7    7  
   8    8  DESCRIPTION
   9    9         The n2rng device driver is a multi-threaded, loadable hardware driver
  10      -       supporting hardware assisted random numbers. This support is built into
  11      -       the Ultra-SPARC T2 CMT processor.
       10 +       supporting hardware assisted random numbers.  This support is built
       11 +       into the Ultra-SPARC T2 and later processors.
  12   12  
  13   13  
  14   14         The n2rng driver requires the presence of the Solaris Cryptographic
  15   15         Framework to enable applications and kernel clients to access the
  16   16         provided services.
  17   17  
  18   18  CONFIGURATION
  19   19         You configure the n2rng driver by defining properties in
  20      -       /platform/sun4v/kernel/drv/n2cp.conf which override the default
       20 +       /platform/sun4v/kernel/drv/n2rng.conf which override the default
  21   21         settings.  The following property is supported:
  22   22  
  23   23         nostats
  24      -                                   Disables the generation of statistics. The
       24 +                                   Disables the generation of statistics.  The
  25   25                                     nostats property may be used to help
  26   26                                     prevent traffic analysis, however, this may
  27   27                                     inhibit support personnel.
  28   28  
  29   29  
  30   30  CRYPTO STATISTICS
  31      -       Solaris crypto drivers must implement statistics variables. Statistics
  32      -       are reported by n2rng using  the kstat(7D) and kstat(9S) mechanisms.
  33      -       The n2rng driver maintains the following statistics:
       31 +       Solaris crypto drivers must implement statistics variables.  Statistics
       32 +       reported by n2rng may be read using the kstat(1M) utility.  The n2rng
       33 +       driver maintains the following statistics:
  34   34  
  35   35         status
  36   36                                     Status (online, offline, fail) of RNG
  37   37                                     device.
  38   38  
  39   39  
  40   40         rngjobs
  41   41                                     Number of requests for random data.
  42   42  
  43   43  
  44   44         rngbytes
  45   45                                     Number of bytes read from the RNG device.
  46   46  
  47   47  
  48   48  KERNEL STATISTICS
  49      -       The n2rng  driver tallies  a set of kernel driver statistics when in
  50      -       the Control domain. Statistics are reported by n2rng using  the
  51      -       kstat(7D) and kstat(9S) mechanisms. All statistics are maintained as
  52      -       unsigned, and all are 64 bits.
       49 +       The n2rng driver tallies a set of kernel driver statistics when in the
       50 +       Control domain.  Statistics reported by n2rng may be read using the
       51 +       kstat(1M) utility.
  53   52  
  54   53         rng(n)-cell0-bias
  55   54                                     Bias setting for noise cell 0 of RNG n.
  56   55  
  57   56  
  58   57         rng(n)-cell0-entropy
  59   58                                     Entropy value for noise cell 0 of RNG n.
  60   59  
  61   60  
  62   61         rng(n)-cell1-bias
↓ open down ↓ 1 lines elided ↑ open up ↑
  64   63  
  65   64  
  66   65         rng(n)-cell1-entropy
  67   66                                     Entropy value for noise cell 1 of RNG n.
  68   67  
  69   68  
  70   69         rng(n)-cell2-bias
  71   70                                     Bias setting for noise cell 2 of RNG n.
  72   71  
  73   72  
  74      -       rng(n)-cell3-entropy
       73 +       rng(n)-cell2-entropy
  75   74                                     Entropy value for noise cell 2 of RNG n.
  76   75  
  77   76  
  78   77         rng(n)-state
  79   78                                     State of rng number n (online, offline,
  80      -                                   error,  health check).
       79 +                                   error, health check).
  81   80  
  82   81  
  83   82  FILES
  84      -       /platform/sun4v/kernel/drv/sparcv9/n2cp
       83 +       /platform/sun4v/kernel/drv/sparcv9/n2rng
  85   84  
  86      -           64-bit ELF kernel driver.
       85 +           Device driver (SPARC)
  87   86  
  88   87  
  89   88         /platform/sun4v/kernel/drv/n2rng.conf
  90   89  
  91      -           Configuration file.
       90 +           Driver configuration file
  92   91  
  93   92  
  94   93  ATTRIBUTES
  95   94         See attributes(5) for descriptions of the following attributes:
  96   95  
  97   96  
  98   97  
  99   98  
 100   99         +---------------------+-----------------+
 101  100         |   ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
 102  101         +---------------------+-----------------+
 103  102         |Architecture         | SPARC           |
 104  103         +---------------------+-----------------+
 105  104         |Interface stability  | Committed       |
 106  105         +---------------------+-----------------+
 107  106  
 108  107  SEE ALSO
 109      -       cryptoadm(1M), kstat(1M), printers.conf(4), attributes(5)
      108 +       cryptoadm(1M), kstat(1M), attributes(5)
 110  109  
 111  110  
 112      -       Solaris Cryptographic Framework - Solaris Software Developer Collection
 113  111  
 114      -
 115      -       Solaris Security for Developer's Guide - Solaris Software Developer
 116      -       Collection
 117      -
 118      -
 119      -
 120      -                                April 15, 2009                       N2RNG(7D)
      112 +                               January 12, 2020                      N2RNG(7D)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX