getsslfipsResult Structure Definition

The getsslfipsResult structure defines the return type for getsslfips API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

sslfipsList

List of sslfipss


sslfips Structure Definition

The sslfips structure defines the actual return type values for getsslfips API.

Syntax



Members

inithsm

The level of the FIPS initialization.

sopassword

Security officer password that will be in effect after you have configured the HSM.

userpassword

The Hardware Security Module's (HSM) User password.

oldsopassword

Old password for the security officer.

erasedata

Erase data.

hsmlabel

FIPS card (HSM) label

serial

FIPS card serial number.

majorversion

Firmware major version.

minorversion

Firmware minor version.

fipshwmajorversion

FIPS card hardware major version.

fipshwminorversion

FIPS card hardware minor version.

fipshwversionstring

FIPS card hardware extended version string.

flashmemorytotal

Total size of the flash memory on card.

flashmemoryfree

Total size of free flash memory.

sramtotal

Total size of the SRAM memory on card.

sramfree

Total size of free SRAM memory.

status

Status.

flag

Internal Flags.

serialno

FIPS card serial number.

model

FIPS card model info.

state

FIPS card state.

firmwarereleasedate

FIPS card firmware revision date.

coresmax

Maximum number of crypto cores present in the FIPS card.

coresenabled

Number of crypto cores enabled in the FIPS card.

_nextgenapiresource


See Also