Changeset 74312 in vbox for trunk/include/iprt/err.h
- Timestamp:
- Sep 17, 2018 2:47:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r74295 r74312 2825 2825 /** Severely compromised digest. */ 2826 2826 #define VERR_CR_DIGEST_SEVERELY_COMPROMISED (-24204) 2827 /** Specified digest not supported in this context. */ 2828 #define VERR_CR_DIGEST_NOT_SUPPORTED (-24205) 2827 2829 /** @} */ 2828 2830 2829 2831 /** @name RTCr misc status codes. 2830 2832 * @{ */ 2833 /** Failed to derivate key from password. */ 2834 #define VERR_CR_PASSWORD_2_KEY_DERIVIATION_FAILED (-24396) 2835 /** Failed getting cryptographically strong random bytes. */ 2836 #define VERR_CR_RANDOM_SETUP_FAILED (-24397) 2837 /** Failed getting cryptographically strong random bytes. */ 2838 #define VERR_CR_RANDOM_FAILED (-24398) 2831 2839 /** Malformed or failed to parse PEM formatted data. */ 2832 2840 #define VERR_CR_MALFORMED_PEM_HEADER (-24399)
Note:
See TracChangeset
for help on using the changeset viewer.