DB2 Version 9.7 for Linux, UNIX, and Windows

GSKit return codes

Some DB2® database manager messages might display a return code from the IBM® Global Security Kit (GSKit).

General GSKit return codes

Table 1. GSKit general return codes
Return code (hexadecimal) Return code (decimal) Constant Explanation
0x00000000 0 GSK_OK The task completed successfully. Issued by every function call that completes successfully.
0x00000001 1 GSK_INVALID_HANDLE The environment or SSL handle is not valid. The specified handle was not the result of a successful open function call.
0x00000002 2 GSK_API_NOT_AVAILABLE The dynamic link library (DLL) has been unloaded and is not available. (Windows only.)
0x00000003 3 GSK_INTERNAL_ERROR Internal error. Report this error to service.
0x00000004 4 GSK_INSUFFICIENT_STORAGE Insufficient memory is available to perform the operation.
0x00000005 5 GSK_INVALID_STATE The handle is in an invalid state for operation, such as performing an init operation on a handle twice.
0x00000006 6 GSK_KEY_LABEL_NOT_FOUND Specified key label not found in key file.
0x00000007 7 GSK_CERTIFICATE_NOT_AVAILABLE Certificate not received from partner.
0x00000008 8 GSK_ERROR_CERT_VALIDATION Certificate validation error.
0x00000009 9 GSK_ERROR_CRYPTO Error processing cryptography.
0x0000000a 10 GSK_ERROR_ASN Error validating ASN fields in certificate.
0x0000000b 11 GSK_ERROR_LDAP Error connecting to LDAP server.
0x0000000c 12 GSK_ERROR_UNKNOWN_ERROR Internal error. Report this error to service.
0x00000065 101 GSK_OPEN_CIPHER_ERROR Internal error. Report this error to service.
0x00000066 102 GSK_KEYFILE_IO_ERROR I/O error reading the key file.
0x00000067 103 GSK_KEYFILE_INVALID_FORMAT The key file has an invalid internal format. Re-create the key file.
0x00000068 104 GSK_KEYFILE_DUPLICATE_KEY The key file has two entries with the same key. Use the iKeyman utility to remove the duplicate key.
0x00000069 105 GSK_KEYFILE_DUPLICATE_LABEL The key file has two entries with the same label. Use the iKeyman utility to remove the duplicate label.
0x0000006a 106

GSK_BAD_FORMAT_OR_
INVALID_PASSWORD

The key file password is used as an integrity check. Either the keyfile has become corrupted or the password ID is incorrect.
0x0000006b 107 GSK_KEYFILE_CERT_EXPIRED The default key in the key file has an expired certificate. Use the iKeyman utility to remove certificates that are expired.
0x0000006c 108 GSK_ERROR_LOAD_GSKLIB An error occurred loading one of the GSKit dynamic link libraries. Be sure GSKit was installed correctly.
0x0000006d 109 GSK_PENDING_CLOSE_ERROR Indicates that a connection is trying to be made in a GSKit environment after the GSK_ENVIRONMENT_ CLOSE_OPTIONS has been set to GSK_DELAYED_ ENVIRONMENT_CLOSE and gsk_environment_close() function has been called.
0x000000c9 201 GSK_NO_KEYFILE_PASSWORD Neither the password nor the stash-file name was specified, so the key file could not be initialized.
0x000000ca 202 GSK_KEYRING_OPEN_ERROR Unable to open the key file or the Microsoft Certificate Store. The path was specified incorrectly, or the file permissions did not allow the file to be opened, or the file format is incorrect.
0x000000cb 203 GSK_RSA_TEMP_KEY_PAIR Unable to generate a temporary key pair. Report this error to service.
0x000000cc 204 GSK_ERROR_LDAP_NO_SUCH_OBJECT A User Name object was specified that is not found.
0x000000cd 205

GSK_ERROR_LDAP_INVALID_
CREDENTIALS

A Password used for an LDAP query is not correct.
0x000000ce 206 GSK_ERROR_BAD_INDEX An index into the Fail Over list of LDAP servers was not correct.
0x000000cd 207 GSK_ERROR_FIPS_NOT_SUPPORTED Attempt to put GSKit into FIPS mode has failed.
0x0000012d 301 GSK_CLOSE_FAILED Indicates that the GSKit environment close request was not properly handled. This is most likely due to a gsk_secure_socket*() command being attempted after a gsk_close_environment() call.
0x00000191 401 GSK_ERROR_BAD_DATE The system date was set to an invalid value.
0x00000192 402 GSK_ERROR_NO_CIPHERS Neither SSLV2 nor SSLV3 is enabled.
0x00000193 403 GSK_ERROR_NO_CERTIFICATE The required certificate was not received from partner.
0x00000194 404 GSK_ERROR_BAD_CERTIFICATE The received certificate was formatted incorrectly.
0x00000195 405

GSK_ERROR_UNSUPPORTED_
CERTIFICATE_TYPE

The received certificate type was not supported.
0x00000196 406 GSK_ERROR_IO An I/O error occurred on a data read or write operation.
0x00000197 407 GSK_ERROR_BAD_KEYFILE_LABEL The specified label in the key file could not be found.
0x00000198 408

GSK_ERROR_BAD_KEYFILE_
PASSWORD

The specified key file password is incorrect. The key file could not be used. The key file also might be corrupt.
0x00000199 409

GSK_ERROR_BAD_KEY_LEN_
FOR_EXPORT

In a restricted cryptography environment, the key size is too long to be supported.
0x0000019a 410 GSK_ERROR_BAD_MESSAGE An incorrectly formatted SSL message was received from the partner.
0x0000019b 411 GSK_ERROR_BAD_MAC The message authentication code (MAC) was not successfully verified.
0x0000019c 412 GSK_ERROR_UNSUPPORTED Unsupported SSL protocol or unsupported certificate type.
0x0000019d 413 GSK_ERROR_BAD_CERT_SIG The received certificate contained an incorrect signature.
0x0000019e 414 GSK_ERROR_BAD_CERT Incorrectly formatted certificate received from partner.
0x0000019f 415 GSK_ERROR_BAD_PEER Invalid SSL protocol received from partner.
0x000001a0 416 GSK_ERROR_PERMISSION_DENIED Report this internal error to service.
0x000001a1 417 GSK_ERROR_SELF_SIGNED The self-signed certificate is not valid.
0x000001a2 418 GSK_ERROR_NO_READ_FUNCTION The read operation failed. Report this internal error to service.
0x000001a3 419 GSK_ERROR_NO_WRITE_FUNCTION The write operation failed. Report this internal error to service.
0x000001a4 420 GSK_ERROR_SOCKET_CLOSED The partner closed the socket before the protocol completed.
0x000001a5 421 GSK_ERROR_BAD_V2_CIPHER The specified V2 cipher is not valid.
0x000001a6 422 GSK_ERROR_BAD_V3_CIPHER The specified V3 cipher is not valid.
0x000001a7 423 GSK_ERROR_BAD_SEC_TYPE Report this internal error to service.
0x000001a8 424

GSK_ERROR_BAD_SEC_
TYPE_COMBINATION

Report this internal error to service.
0x000001a9 425

GSK_ERROR_HANDLE_
CREATION_FAILED

The handle could not be created. Report this internal error to service.
0x000001aa 426

GSK_ERROR_INITIALIZATION_
FAILED

Initialization failed. Report this internal error to service.
0x000001ab 427 GSK_ERROR_LDAP_NOT_AVAILABLE When validating a certificate, unable to access the specified LDAP directory.
0x000001ac 428 GSK_ERROR_NO_PRIVATE_KEY The specified key did not contain a private key.
0x000001ad 429

GSK_ERROR_PKCS11_
LIBRARY_NOTLOADED

A failed attempt was made to load the specified PKCS11 shared library.
0x000001ae 430

GSK_ERROR_PKCS11_TOKEN_
LABELMISMATCH

The PKCS #11 driver failed to find the token specified by the caller.
0x000001af 431

GSK_ERROR_PKCS11_TOKEN_
NOTPRESENT

A PKCS #11 token is not present in the slot.
0x000001b0 432

GSK_ERROR_PKCS11_TOKEN_
BADPASSWORD

The password/pin to access the PKCS #11 token is invalid.
0x000001b1 433 GSK_ERROR_INVALID_V2_HEADER The SSL header received was not a properly SSLV2 formatted header.
0x000001b2 434 GSK_CSP_OPEN_ERROR Unable to access the hardware-based cryptographic service provider (CSP). Either the given CSP name is not registered in the system or the specified CSP name is registered but the certificate store failed to open.
0x000001b3 435

GSK_CONFLICTING_ATTRIBUTE_
SETTING

Attribute setting conflict between PKCS11, CMS key database, and Microsoft Crypto API.
0x000001b4 436 GSK_UNSUPPORTED_PLATFORM The requested function is not supported on the platform that the application is running. For example, the Microsoft Crypto API is not supported on platforms other than Windows 2000.
0x000001b5 437

GSK_ERROR_INCORRECT_
SESSION_TYPE

Incorrect value is returned from the reset session type callback function.

Only GSKit
GSK_SERVER_SESSION or
GSK_SERVER_SESSION_
WITH_CL_AUTH is
allowed.

0x000001f5 501 GSK_INVALID_BUFFER_SIZE The buffer size is negative or zero.
0x000001f6 502 GSK_WOULD_BLOCK Used with non-blocking I/O.
0x00000259 601 GSK_ERROR_NOT_SSLV3 SSLV3 is required for reset_cipher, and the connection uses SSLV2.
0x0000025a 602 GSK_MISC_INVALID_ID An invalid ID was specified for the gsk_secure_soc_misc function call.
0x000002bd 701 GSK_ATTRIBUTE_INVALID_ID The function call has an invalid ID. This also might be caused by specifying an environment handle when a handle for a SSL connection should be used.
0x000002be 702 GSK_ATTRIBUTE_INVALID_LENGTH The attribute has a negative length, which is invalid.
0x000002bf 703

GSK_ATTRIBUTE_INVALID_
ENUMERATION

The enumeration value is invalid for the specified enumeration type.
0x000002c0 704

GSK_ATTRIBUTE_INVALID_
SID_CACHE

Invalid parameter list for replacing the Session ID (SID) cache routines.
0x000002c1 705

GSK_ATTRIBUTE_INVALID_
NUMERIC_VALUE

When setting a numeric attribute, the specified value is invalid for the specific attribute being set.
0x000002c2 706

GSK_CONFLICTING_VALIDATION_
SETTING

Conflicting parameters have been set for additional certificate validation.
0x000002c3 707 GSK_AES_UNSUPPORTED The cipher specification included an AES cipher that is not supported on the system of execution.
0x000002c4 708 GSK_PEERID_LENGTH_ERROR The length of the peer ID is incorrect. It must be less than or equal to 16 bytes.
0x000002c5 709

GSK_CIPHER_INVALID_WHEN_
FIPS_MODE_OFF

Given cipher is not allowed when FIPS mode is off.
0x000002c6 710

GSK_CIPHER_INVALID_WHEN_
FIPS_MODE_ON

No FIPS approved cipher have been selected in FIPS mode.
0x00000641 1601 GSK_TRACE_STARTED The trace started successfully.
0x00000642 1602 GSK_TRACE_STOPPED The trace stopped successfully.
0x00000643 1603 GSK_TRACE_NOT_STARTED No trace file was previously started so it cannot be stopped.
0x00000644 1604 GSK_TRACE_ALREADY_STARTED Trace file already started so it cannot be started again.
0x00000645 1605 GSK_TRACE_OPEN_FAILED Trace file can not be opened. The first parameter of gsk_start_trace() must be a valid full path file name.

Key management return codes

Table 2. Key management return codes
Return code (hexadecimal) Return code (decimal) Constant
0x00000000 0 GSKKM_ERR_OK
0x00000000 0 GSKKM_ERR_SUCCESS
0x00000001 1 GSKKM_ERR_UNKNOWN
0x00000002 2 GSKKM_ERR_ASN
0x00000003 3 GSKKM_ERR_ASN_INITIALIZATION
0x00000004 4 GSKKM_ERR_ASN_PARAMETER
0x00000005 5 GSKKM_ERR_DATABASE
0x00000006 6 GSKKM_ERR_DATABASE_OPEN
0x00000007 7 GSKKM_ERR_DATABASE_RE_OPEN
0x00000008 8 GSKKM_ERR_DATABASE_CREATE
0x00000009 9 GSKKM_ERR_DATABASE_ALREADY_EXISTS
0x0000000a 10 GSKKM_ERR_DATABASE_DELETE
0x0000000b 11 GSKKM_ERR_DATABASE_NOT_OPENED
0x0000000c 12 GSKKM_ERR_DATABASE_READ
0x0000000d 13 GSKKM_ERR_DATABASE_WRITE
0x0000000e 14 GSKKM_ERR_DATABASE_VALIDATION
0x0000000f 15 GSKKM_ERR_DATABASE_INVALID_VERSION
0x00000010 16 GSKKM_ERR_DATABASE_INVALID_PASSWORD
0x00000011 17 GSKKM_ERR_DATABASE_INVALID_FILE_TYPE
0x00000012 18 GSKKM_ERR_DATABASE_CORRUPTION
0x00000013 19

GSKKM_ERR_DATABASE_PASSWORD_
CORRUPTION

0x00000014 20 GSKKM_ERR_DATABASE_KEY_INTEGRITY
0x00000015 21 GSKKM_ERR_DATABASE_DUPLICATE_KEY
0x00000016 22

GSKKM_ERR_DATABASE_DUPLICATE_
KEY_RECORD_ID

0x00000017 23

GSKKM_ERR_DATABASE_DUPLICATE_
KEY_LABEL

0x00000018 24

GSKKM_ERR_DATABASE_DUPLICATE_
KEY_SIGNATURE

0x00000019 25

GSKKM_ERR_DATABASE_DUPLICATE_
KEY_UNSIGNED_CERTIFICATE

0x0000001a 26

GSKKM_ERR_DATABASE_DUPLICATE_KEY_
ISSUER_AND_SERIAL_NUMBER

0x0000001b 27

GSKKM_ERR_DATABASE_DUPLICATE_KEY_
SUBJECT_PUBLIC_KEY_INFO

0x0000001c 28

GSKKM_ERR_DATABASE_DUPLICATE_KEY_
UNSIGNED_CRL

0x0000001d 29 GSKKM_ERR_DATABASE_DUPLICATE_LABEL
0x0000001e 30

GSKKM_ERR_DATABASE_PASSWORD_
ENCRYPTION

0x0000001f 31 GSKKM_ERR_DATABASE_LDAP
0x00000020 32 GSKKM_ERR_CRYPTO
0x00000021 33 GSKKM_ERR_CRYPTO_ENGINE
0x00000022 34 GSKKM_ERR_CRYPTO_ALGORITHM
0x00000023 35 GSKKM_ERR_CRYPTO_SIGN
0x00000024 36 GSKKM_ERR_CRYPTO_VERIFY
0x00000025 37 GSKKM_ERR_CRYPTO_DIGEST
0x00000026 38 GSKKM_ERR_CRYPTO_PARAMETER
0x00000027 39

GSKKM_ERR_CRYPTO_UNSUPPORTED_
ALGORITHM

0x00000028 40

GSKKM_ERR_CRYPTO_INPUT_GREATER_
THAN_MODULUS

0x00000029 41

GSKKM_ERR_CRYPTO_UNSUPPORTED_
MODULUS_SIZE

0x0000002a 42 GSKKM_ERR_VALIDATION
0x0000002b 43 GSKKM_ERR_VALIDATION_KEY
0x0000002c 44

GSKKM_ERR_VALIDATION_DUPLICATE_
EXTENSIONS

0x0000002d 45

GSKKM_ERR_VALIDATION_KEY_WRONG_
VERSION

0x0000002e 46

GSKKM_ERR_VALIDATION_KEY_
EXTENSIONS_REQUIRED

0x0000002f 47 GSKKM_ERR_VALIDATION_KEY_VALIDITY
0x00000030 48

GSKKM_ERR_VALIDATION_KEY_VALIDITY_
PERIOD

0x00000031 49

GSKKM_ERR_VALIDATION_KEY_VALIDITY_
PRIVATE_KEY_USAGE

0x00000032 50

GSKKM_ERR_VALIDATION_KEY_ISSUER_
NOT_FOUND

0x00000033 51

GSKKM_ERR_VALIDATION_KEY_MISSING_
REQUIRED_EXTENSIONS

0x00000034 52

GSKKM_ERR_VALIDATION_KEY_BASIC_
CONSTRAINTS

0x00000035 53 GSKKM_ERR_VALIDATION_KEY_SIGNATURE
0x00000036 54

GSKKM_ERR_VALIDATION_KEY_ROOT_KEY_
NOT_TRUSTED

0x00000037 55 GSKKM_ERR_VALIDATION_KEY_IS_REVOKED
0x00000038 56

GSKKM_ERR_VALIDATION_KEY_AUTHORITY_
KEY_IDENTIFIER

0x00000039 57

GSKKM_ERR_VALIDATION_KEY_PRIVATE_KEY_
USAGE_PERIOD

0x0000003a 58

GSKKM_ERR_VALIDATION_SUBJECT_
ALTERNATIVE_NAME

0x0000003b 59

GSKKM_ERR_VALIDATION_ISSUER_
ALTERNATIVE_NAME

0x0000003c 60 GSKKM_ERR_VALIDATION_KEY_USAGE
0x0000003d 61

GSKKM_ERR_VALIDATION_KEY_
UNKNOWN_CRITICAL_EXTENSION

0x0000003e 62 GSKKM_ERR_VALIDATION_KEY_PAIR
0x0000003f 63 GSKKM_ERR_VALIDATION_CRL
0x00000040 64 GSKKM_ERR_MUTEX
0x00000041 65 GSKKM_ERR_PARAMETER
0x00000042 66 GSKKM_ERR_NULL_PARAMETER
0x00000043 67 GSKKM_ERR_NUMBER_SIZE
0x00000044 68 GSKKM_ERR_OLD_PASSWORD
0x00000045 69 GSKKM_ERR_NEW_PASSWORD
0x00000046 70 GSKKM_ERR_PASSWORD_EXPIRATION_TIME
0x00000047 71 GSKKM_ERR_THREAD
0x00000048 72 GSKKM_ERR_THREAD_CREATE
0x00000049 73 GSKKM_ERR_THREAD_WAIT_FOR_EXIT
0x0000004a 74 GSKKM_ERR_IO
0x0000004b 75 GSKKM_ERR_LOAD
0x0000004c 76 GSKKM_ERR_PKCS11
0x0000004d 77 GSKKM_ERR_NOT_INITIALIZED
0x0000004e 78 GSKKM_ERR_DB_TABLE_CORRUPTED
0x0000004f 79 GSKKM_ERR_MEMORY_ALLOCATE
0x00000050 80 GSKKM_ERR_UNSUPPORTED_OPTION
0x00000051 81 GSKKM_ERR_GET_TIME
0x00000052 82 GSKKM_ERR_CREATE_MUTEX
0x00000053 83 GSKKM_ERR_CMDCAT_OPEN
0x00000054 84 GSKKM_ERR_ERRCAT_OPEN
0x00000055 85 GSKKM_ERR_FILENAME_NULL
0x00000056 86 GSKKM_ERR_FILE_OPEN
0x00000057 87 GSKKM_ERR_FILE_OPEN_TO_READ
0x00000058 88 GSKKM_ERR_FILE_OPEN_TO_WRITE
0x00000059 89 GSKKM_ERR_FILE_OPEN_NOT_EXIST
0x0000005a 90 GSKKM_ERR_FILE_OPEN_NOT_ALLOWED
0x0000005b 91 GSKKM_ERR_FILE_WRITE
0x0000005c 92 GSKKM_ERR_FILE_REMOVE
0x0000005d 93 GSKKM_ERR_BASE64_INVALID_DATA
0x0000005e 94 GSKKM_ERR_BASE64_INVALID_MSGTYPE
0x0000005f 95 GSKKM_ERR_BASE64_ENCODING
0x00000060 96 GSKKM_ERR_BASE64_DECODING
0x00000061 97 GSKKM_ERR_DN_TAG_NULL
0x00000062 98 GSKKM_ERR_DN_CN_NULL
0x00000063 99 GSKKM_ERR_DN_C_NULL
0x00000064 100 GSKKM_ERR_INVALID_DB_HANDLE
0x00000065 101 GSKKM_ERR_KEYDB_NOT_EXIST
0x00000066 102 GSKKM_ERR_KEYPAIRDB_NOT_EXIST
0x00000067 103 GSKKM_ERR_PWDFILE_NOT_EXIST
0x00000068 104 GSKKM_ERR_PASSWORD_CHANGE_MATCH
0x00000069 105 GSKKM_ERR_KEYDB_NULL
0x0000006a 106 GSKKM_ERR_REQKEYDB_NULL
0x0000006b 107 GSKKM_ERR_KEYDB_TRUSTCA_NULL
0x0000006c 108 GSKKM_ERR_REQKEY_FOR_CERT_NULL
0x0000006d 109 GSKKM_ERR_KEYDB_PRIVATE_KEY_NULL
0x0000006e 110 GSKKM_ERR_KEYDB_DEFAULT_KEY_NULL
0x0000006f 111 GSKKM_ERR_KEYREC_PRIVATE_KEY_NULL
0x00000070 112 GSKKM_ERR_KEYREC_CERTIFICATE_NULL
0x00000071 113 GSKKM_ERR_CRLS_NULL
0x00000072 114 GSKKM_ERR_INVALID_KEYDB_NAME
0x00000073 115 GSKKM_ERR_UNDEFINED_KEY_TYPE
0x00000074 116 GSKKM_ERR_INVALID_DN_INPUT
0x00000075 117 GSKKM_ERR_KEY_GET_BY_LABEL
0x00000076 118 GSKKM_ERR_LABEL_LIST_CORRUPT
0x00000077 119 GSKKM_ERR_INVALID_PKCS12_DATA
0x00000078 120 GSKKM_ERR_PKCS12_PWD_CORRUPTION
0x00000079 121 GSKKM_ERR_EXPORT_TYPE
0x0000007a 122 GSKKM_ERR_PBE_ALG_UNSUPPORT
0x0000007b 123 GSKKM_ERR_KYR2KDB
0x0000007c 124 GSKKM_ERR_KDB2KYR
0x0000007d 125 GSKKM_ERR_ISSUING_CERTIFICATE
0x0000007e 126 GSKKM_ERR_FIND_ISSUER_CHAIN
0x0000007f 127 GSKKM_ERR_WEBDB_DATA_BAD_FORMAT
0x00000080 128 GSKKM_ERR_WEBDB_NOTHING_TO_WRITE
0x00000081 129 GSKKM_ERR_EXPIRE_DAYS_TOO_LARGE
0x00000082 130 GSKKM_ERR_PWD_TOO_SHORT
0x00000083 131 GSKKM_ERR_PWD_NO_NUMBER
0x00000084 132 GSKKM_ERR_PWD_NO_CONTROL_KEY
0x00000085 133 GSKKM_ERR_SIGNATURE_ALGORITHM
0x00000086 134 GSKKM_ERR_INVALID_DATABASE_TYPE
0x00000087 135 GSKKM_ERR_SECONDARY_KEYDB_TO_OTHER
0x00000088 136 GSKKM_ERR_NO_SECONDARY_KEYDB
0x00000089 137

GSKKM_ERR_CRYPTOGRAPHIC_TOKEN_
LABEL_NOT_EXIST

0x0000008a 138

GSKKM_ERR_CRYPTOGRAPHIC_TOKEN_
PASSWORD_REQUIRED

0x0000008b 139

GSKKM_ERR_CRYPTOGRAPHIC_TOKEN_
PASSWORD_NOT_REQUIRED

0x0000008c 140

GSKKM_ERR_CRYPTOGRAPHIC_TOKEN_
LIBRARY_NOT_LOADED

0x0000008d 141

GSKKM_ERR_CRYPTOGRAPHIC_TOKEN_
NOT_SUPPORT

0x0000008e 142

GSKKM_ERR_CRYPTOGRAPHIC_TOKEN_
FUNCTION_FAILED

0x0000008f 143 GSKKM_ERR_LDAP_USER_NOT_FOUND
0x00000090 144 GSKKM_ERR_LDAP_INVALID_PASSWORD
0x00000091 145 GSKKM_ERR_LDAP_QUERY_ENTRY_FAILED
0x00000092 146 GSKKM_ERR_INVALID_CERT_CHAIN
0x00000093 147 GSKKM_ERR_CERT_ROOT_NOT_TRUSTED
0x00000094 148 GSKKM_ERR_CERT_REVOKED
0x00000095 149

GSKKM_ERR_CRYPTOGRAPHIC_OBJECT_
FUNCTION_FAILED

0x00000096 150

GSKKM_ERR_NO_AVAILABLE_CRL_
DATASOURCE

0x00000097 151 GSKKM_ERR_NO_TOKEN_PRESENT
0x00000098 152 GSKKM_ERR_FIPS_NOT_SUPPORTED
0x00000099 153 GSKKM_ERR_FIPS_CONFLICT_SETTING
0x0000009a 154 GSKKM_ERR_PASSWORD_STRENGTH_FAILED