Your suggested change has been received. Thank you.

close

Suggest A Change

https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….

back

Syslog Reference

NAE Errors

search

Please Note:

NAE Errors

NAE stands for Network-Attached Encryption. This XML interface is a protocol for communication between the CipherTrust Manager's Server and a client. The XML client can be any application that communicates with the server using XML over an NAE port (default is 9000). This section lists the possible errors which could occur while using this interface.

The list of NAE errors is incomplete. The complete list will be available in a future release.

ActionError InformationPossible CauseRemediation
NAE Cryptographic Operationerror decoding IV in encrypt decrypt operationInvalid IVPlease validate the Initialization Vector and retry.
NAE Cryptographic OperationFailed to get key for fpe encrypt operationEither key has been deleted or the key properties has been modified.Please ensure that the key is present and it has valid permission to perform FPE operations.
NAE Cryptographic OperationFailed to decode FPE encryption key materialCould be one of the following reasons:
• Key has been corrupted
• High CPU utilization or memory crunch due to large number of memory intensive operations.
Please reboot the machine and retry. If problem persists, please contact Thales Customer Support.
NAE Cryptographic OperationFailed to initialize fpeFf3Encryptor
Failed to initialize fpeFf3Decryptor
Could be one of the following:
• The input data (tweak data, IV) could be invalid.
• High CPU utilization or memory crunch due to large number of memory intensive operations.
Please validate the input data, reboot the machine and retry. If problem persists, please contact Thales Customer Support.
NAE Cryptographic OperationFailed to initialize rsaEncryptor
Failed to initialize rsaDecryptor
Decoding of key failed indicating one of the following:
• Key has been corrupted
• High CPU utilization or memory crunch due to large number of memory intensive operations.
Please reboot the machine and retry. If problem persists, please contact Thales Customer Support.
NAE Cryptographic OperationEncrypt failed on iteration
Decrypt failed on iteration
Could be one of the following:
• Data size and data provided do not match.
• Invalid data size given as input.
Please ensure that the size of the data given is for the provided data and size is valid.
NAE Cryptographic OperationEncrypt update failed on iterationData size is not a multiple of cipher block size.Please validate the input data and retry. If problem persists, please contact Thales Customer Support.
NAE Cryptographic OperationDecrypt update failed on iterationData size and data provided do not match.Please ensure that the size of the data given is for the provided data.
NAE Cryptographic OperationRequired field TweakData is missingTweak Data is mandatory for FF3-1 Cipher.Please refer to the XML Development Guide for details.
NAE Cryptographic OperationError while decoding tweak dataTweak Data is not in expected formatTweak data should be 7 byte HEX encoded value. Please use the correct format.
NAE Cryptographic OperationFailed to initialize ariaDecryptorDecoding of IV failed. Invalid IVPlease validate the Initialization Vector and retry.
NAE Cryptographic OperationFailed to initialize ariaEncryptorCould be one of the following:
• Key or IV is invalid.
• Input data is not compatible with the Mode selected.
Please validate the input data. Please refer to the XML Development Guide for details.
NAE Cryptographic OperationFailed to initialize seedDecryptorDecoding of IV failed. Invalid IVPlease validate the Initialization Vector and retry.
NAE Cryptographic OperationFailed to initialize seedEncryptorCould be one of the following:
• Key or IV is invalid.
• Input data is not compatible with the Mode selected.
Please validate the input data. Please refer to the XML Development Guide for details.
NAE Cryptographic OperationFailed to decode default iv for symmetric encryptionInvalid IVPlease validate the Initialization Vector and retry.
NAE Cryptographic OperationFailed to initialize bcEncryptor
Failed to initialize bcDecryptor
IV, Key or Padding is invalid.Please validate the input data. Please refer to the XML Development Guide for details.
NAE Cryptographic OperationError decoding MAC in MACV operationMAC value is not HEX encoded.Please verify the MAC value and retry. Please refer to the XML Development Guide for details.
NAE Cryptographic OperationMAC Create() failed on iterationHigh CPU utilization or memory crunch due to large number of memory intensive operations.Please reboot the machine and retry. If problem persists, please contact Thales Customer Support.
NAE Cryptographic OperationError decoding Signature in SIGNV operationSignature value is not HEX encoded.Please verify the Signature value and retry. Please refer to the XML Development Guide for details.
NAE Cryptographic OperationInvalid operationInvalid key state. Key is not in Active State.Please validate the key and retry.
NAE Cryptographic Operationfailed to initialize sign operationInvalid HASH algorithm or signature scheme.Please validate the input data. Please refer to the XML Development Guide for details.
NAE Cryptographic OperationFailed to extract encryption material : Failed to decode symmetric encryption key materialCould be one of the following reasons:
• Key has been corrupted
• High CPU utilization or memory crunch due to large number of memory intensive operations.
Please reboot the machine and retry. If problem persists, please contact Thales Customer Support.
NAE Cryptographic OperationFailed to initialize acEncryptor
Failed to initialize acDecryptor
Key or IV is invalid.Please validate the input data. Please refer to the XML Development Guide for details.
NAE Cryptographic OperationFailed add auth dataHigh CPU utilization or memory crunch due to large number of memory intensive operations.Please reboot the machine and retry. If problem persists, please contact Thales Customer Support.
NAE Cryptographic OperationEncrypt-all supports single data onlyThe use case only support sending data in single chunk while data has been sent in multiple chunksUse the DataSingle or the Base64DataSingle element to send your data in a single chunk. Please refer to the XML Development Guide for details.
NAE Cryptographic OperationError unmarshaling data request: Could not decode base64 data:Could be one of the following:
• Data provided is not in the Base64 format
• The size of the data provided is wrong
Please ensure the size and format of the data is as expected.
NAE Cryptographic OperationError decoding block crypto IV for GCMIV could be invalid.Please validate the Initialization Vector and retry.