MONITOR CRYPTOCARD

Level

base

History

Appears in Netasq 6.1.0

Description

Get information on status of cryptographic card

Usage

[all]

Returns

[Global] State= : state of card (0 or 1)
StateError= : error code of driver card (only if State=0)
LibraryVersion= : version of library (only for option 'all')
DriverVersion= : version of driver (only for option 'all')
StatsError= : error code of driver card (only if stats failed and option 'all')
SymError= : error code of driver card for symetric op (only if stats failed and option 'all')<NL>AsymError= : error code of driver card for asymetric op (only if stats failed and option 'all')
IntError= : error code of driver card (only if stats failed and option 'all')

[Flow]
RNG= : number of random byte generated
DES= : number of byte encrypted/decrypted with DES/3DES

[Request]
RNG= : number of request for random generation
DH= : number of request for Diffie-Hellman
RSA= : number of request for RSA
DES= : number of request for DES/3DES

Remark

the effect of 'all' is to get more information when an error occure

Example

MONITOR CRYPTOCARD