Cryptography Panic Codes
| _LIT | ( | KCryptoPanic | , |
| "CRYPTO-LIB" | |||
| ) | |||
Panic codes for cryptography related libraries
Panic codes for "CRYPTO-LIB"
| Enumerator | Value | Description |
|---|---|---|
| ECryptoPanicOutputDescriptorOverflow | 1 |
The supplied descriptor is not large enough to store the output of the cryptographic operation |
| ECryptoPanicPadInputTooLarge | 2 |
The supplied input descriptor is too large to pad |
| ECryptoPanicInputTooLarge | 3 |
The input data is too long |