What does Intel IPP status 25 (ippStsInsufficientEntropy) mean?

 
Could be also:
ConstantTypeOS
ERROR_SEEKWin32 errorWindows
KERN_MEMORY_RESTART_COPYKern returnMac
ENOTTYerrnoAny
BAD_POOL_HEADERBugCheck CodeWindows
Previous Next
ippStsNoOperationInDll ippStsNotSupportedCpu

ippStsInsufficientEntropy

This status belongs to cryptographic key or prime generation. The operation received seed or stimulus data, but IPP determined that it was not sufficient for the requested prime/key generation process.

It is a security-relevant status: retrying with the same deterministic seed does not improve the result.

Diagnostic focus

  • Check the source of random seed material and whether it is approved for cryptographic use.
  • Verify that test vectors and deterministic modes are not accidentally used in production key generation.
  • Log only metadata about entropy sources; do not log seed or private-key material.

IPP error reporting


Looking for a different code? Search another status or error code.