| Previous | Next |
| CRYPT_E_STREAM_MSG_NOT_READY | CRYPT_E_BAD_LEN |
CRYPT_E_STREAM_INSUFFICIENT_DATA
The streamed message ended or paused before enough data was available to complete the requested decode operation.
What to check for CRYPT_E_STREAM_INSUFFICIENT_DATA
- Confirm that the transport delivered the complete binary message and did not truncate it at a content-length, framing, or file boundary.
- Keep track of the final-input marker passed to CryptMsgUpdate; do not mark a partial payload as complete.
- If the message is legitimately incremental, continue the decode only after additional bytes are available.
Microsoft: CryptMsgOpenToDecode
Diagnostic interpretation
CRYPT_E_STREAM_INSUFFICIENT_DATA has the HRESULT value 0x80091011. AllStat records the condition as “The streamed cryptographic message requires more data to complete the decode operation.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the crypt / stream / insufficient / data operation.
- compare the failing machine with a working one at the same configuration boundary: component version, policy, registration, identity, and target resource.
Retry and recovery
” has changed.
Looking for a different code? Search another status or error code.
