141
New command: fips rng entropy size round rate-statistics
Use fips rng entropy size round rate-statistics to calculate the average rate at which random
number entropies are generated.
Syntax
fips rng entropy size entropy-size round round rate-statistics
Views
Probe view
Predefined user roles
network-admin
Parameters
entropy-size: Specifies the random number entropy size in the range of 1 to 1000000 bytes.
round: Specifies the number of random number entropy generations, in the range of 3 to 10.
Usage guidelines
Use this command in FIPS mode to calculate the average rate at which random number entropies
are generated.
Examples
# Generate five 100000-byte random number entropies and calculate the average rate at which the
random number entropies are generated.
<Sysname> system-view
[Sysname-probe]fips rng entropy size 100000 round 5 rate-statistics
Entropy generated successfully.
Rate: 5000 bytes/s
Rate: 5100 bytes/s
Rate: 4900 bytes/s
Rate: 4800 bytes/s
Rate: 52000 bytes/s
Average rate: 5000 bytes/s
New command: fips kdf
Use fips kdf to derive a key from an import file and save it to an export file.
Syntax
fips kdf { ikev1 { dsa | psk } | ikev2 | tls } import inputfile export outputfile
Views
Probe view
Predefined user roles
network-admin