Searched defs:VERR_INTERNAL_ERROR_5 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp545 AssertReturn(VBoxExtPackIsValidName(pszName), VERR_INTERNAL_ERROR_5); local
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1026 AssertReturn(cbSignature == sizeof(RTCRPKCS7CONTENTINFO), VERR_INTERNAL_ERROR_5);
1028 AssertReturn(RTCrPkcs7ContentInfo_IsSignedData(pContentInfo), VERR_INTERNAL_ERROR_5); local
1029 AssertReturn(pContentInfo->u.pSignedData->SignerInfos.cItems == 1, VERR_INTERNAL_ERROR_5);
/vbox/include/iprt/
H A Derr.h1091 #define VERR_INTERNAL_ERROR_5 (-229) macro

Completed in 51 milliseconds