Searched defs:pszErrorTag (Results 26 - 28 of 28) sorted by relevance

12

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-string.cpp1226 static int rtAsn1String_CheckSanity(PCRTASN1STRING pThis, PRTERRINFO pErrInfo, const char *pszErrorTag, size_t *pcchUtf8) argument
1240 "%s: Bad UTF-8 encoding (%Rrc)", pszErrorTag, rc);
1249 "%s: Bad numberic string: ch=%#x", pszErrorTag, ch);
1272 "%s: Bad printable string: ch=%#x", pszErrorTag, ch);
1282 "%s: Bad IA5 string: ch=%#x", pszErrorTag, ch);
1312 "%s: Bad visible string: ch=%#x", pszErrorTag, ch);
1329 "%s: Bad universal string: uc=%#x", pszErrorTag, uc);
1339 "%s: Bad universal string: size not a multiple of 4: cch=%#x", pszErrorTag, cch);
1351 "%s: Bad BMP string: uc=%#x", pszErrorTag, uc);
1361 "%s: Bad BMP string: odd number of bytes cch=%#x", pszErrorTag, cc
1751 RTAsn1String_CheckSanity(PCRTASN1STRING pThis, uint32_t fFlags, PRTERRINFO pErrInfo, const char *pszErrorTag) argument
[all...]
/vbox/include/iprt/
H A Dasn1.h294 * @param pszErrorTag Tag for the additional error details.
297 PRTERRINFO pErrInfo, const char *pszErrorTag);
387 const char *pszErrorTag); \
389 PRTERRINFO pErrInfo, const char *pszErrorTag)
431 const char *pszErrorTag) \
432 { return RT_CONCAT(a_AliasExtNm,_DecodeAsn1)(pCursor, fFlags, pThis, pszErrorTag); } \
434 PRTERRINFO pErrInfo, const char *pszErrorTag) \
435 { return RT_CONCAT(a_AliasExtNm,_CheckSanity)(pThis, fFlags, pErrInfo, pszErrorTag); } \
1032 const char *pszErrorTag);
1399 * @param pszErrorTag Ta
1514 const char *pszErrorTag; member in struct:RTASN1CURSOR
1686 RTAsn1CursorMatchTagClassFlags(PRTASN1CURSOR pCursor, PRTASN1CORE pAsn1Core, uint32_t uTag, uint32_t fClass, uint32_t fFlags, const char *pszErrorTag, const char *pszWhat) argument
1710 RTAsn1CursorMatchTagClassFlagsString(PRTASN1CURSOR pCursor, PRTASN1CORE pAsn1Core, uint32_t uTag, uint32_t fClass, uint32_t fFlags, const char *pszErrorTag, const char *pszWhat) argument
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1396 * @param pszErrorTag Error tag.
1399 PRTERRINFO pErrInfo, const char *pszErrorTag)
1402 RTErrInfoSetF(pErrInfo, VERR_INTERNAL_ERROR_3, "%s: cbCert=%#x out of range", pszErrorTag, cbCert));
1404 RTErrInfoSetF(pErrInfo, VERR_WRONG_ORDER, "%s: Certificate already decoded?", pszErrorTag));
1408 int rc = RTCrX509Certificate_DecodeAsn1(&PrimaryCursor.Cursor, 0, pCert, pszErrorTag);
1410 rc = RTCrX509Certificate_CheckSanity(pCert, 0, pErrInfo, pszErrorTag);
1438 * @param pszErrorTag Error tag.
1444 PRTERRINFO pErrInfo, const char *pszErrorTag)
1398 supHardNtViCertInit(PRTCRX509CERTIFICATE pCert, unsigned char const *pabCert, unsigned cbCert, PRTERRINFO pErrInfo, const char *pszErrorTag) argument
1440 supHardNtViCertStoreInit(PRTCRSTORE phStore, PCSUPTAENTRY paCerts1, unsigned cCerts1, PCSUPTAENTRY paCerts2, unsigned cCerts2, PCSUPTAENTRY paCerts3, unsigned cCerts3, PRTERRINFO pErrInfo, const char *pszErrorTag) argument

Completed in 71 milliseconds

12