z/OS Cryptographic Services System SSL Programming
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


gsk_fips_state_query()

z/OS Cryptographic Services System SSL Programming
SC14-7495-00

Queries the current state of FIPS mode.

Format

   

   gsk_status gsk_fips_state_query(
                                   GSK_FIPS_STATE_ENUM_VALUE *  enum_value)               

Parameters

enum_value
Returns the FIPS state enumeration value.

Results

The function return value will be 0 if no error is detected. Otherwise, it will be one of the return codes listed in the gskcms.h include file.

Usage

The gsk_fips_state query function returns an enumerated value indicating the current FIPS mode state of System SSL. One of the following enumerated values will be returned:
GSK_FIPS_STATE_NOTSET
FIPS mode state has not yet been set.
GSK_FIPS_STATE_ON
FIPS mode state has been set to FIPS mode.
GSK_FIPS_STATE_OFF
FIPS mode state has been set to non-FIPS mode.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014