Searched refs:RTASN1CORE_IS_PRESENT (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-core.cpp106 Assert(RTASN1CORE_IS_PRESENT(pSrc));
151 if (RTASN1CORE_IS_PRESENT(pLeft))
153 if (RTASN1CORE_IS_PRESENT(pRight))
175 iDiff = 0 - (int)RTASN1CORE_IS_PRESENT(pRight);
216 if (RTASN1CORE_IS_PRESENT(pSrc))
230 if (pThis && RTASN1CORE_IS_PRESENT(pThis))
243 Assert(pThis && (!RTASN1CORE_IS_PRESENT(pThis) || pThis->pOps == &g_RTAsn1Core_Vtable));
254 Assert(pLeft && (!RTASN1CORE_IS_PRESENT(pLeft) || pLeft->pOps == &g_RTAsn1Core_Vtable));
255 Assert(pRight && (!RTASN1CORE_IS_PRESENT(pRight) || pRight->pOps == &g_RTAsn1Core_Vtable));
H A Dasn1-encode.cpp155 if (RTASN1CORE_IS_PRESENT(pAsn1Core))
365 if (RTASN1CORE_IS_PRESENT(pAsn1Core))
H A Dasn1-basics.cpp589 Assert(pSrc->Asn1Core.uTag == uTag || !RTASN1CORE_IS_PRESENT(&pSrc->Asn1Core));
/vbox/include/iprt/
H A Dasn1-generator-pass.h513 if (rc == VINF_SUCCESS && RTASN1CORE_IS_PRESENT(&pThis->a_TnNm.a_CtxTagN.Asn1Core)) \
605 if (RTASN1CORE_IS_PRESENT(&pSrc->a_TnNm.a_CtxTagN.Asn1Core) && RT_SUCCESS(rc)) \
636 if (RT_SUCCESS(rc) && RTASN1CORE_IS_PRESENT(&pSrc->a_PtrTnNm->a_CtxTagN.Asn1Core)) \
835 if (RTASN1CORE_IS_PRESENT(&pLeft->a_TnNm.a_CtxTagN.Asn1Core)) \
837 if (RTASN1CORE_IS_PRESENT(&pRight->a_TnNm.a_CtxTagN.Asn1Core)) \
843 iDiff = 0 - (int)RTASN1CORE_IS_PRESENT(&pRight->a_TnNm.a_CtxTagN.Asn1Core); \
946 bool const fOuterPresent = RTASN1CORE_IS_PRESENT(&pThis->a_TnNm.a_CtxTagN.Asn1Core); \
954 else if (RT_UNLIKELY(RTASN1CORE_IS_PRESENT(&pThis->a_TnNm.a_CtxTagN.Asn1Core) != fInnerPresent)) \
993 && RTASN1CORE_IS_PRESENT(&(pThis->a_PtrTnNm->a_CtxTagN.Asn1Core)) \
H A Dasn1.h398 { return pThis && RTASN1CORE_IS_PRESENT(&pThis->a_Asn1CoreNm); } \
509 #define RTASN1CORE_IS_PRESENT(a_pAsn1Core) ( RT_BOOL((a_pAsn1Core)->fFlags) ) macro
553 return pThis && RTASN1CORE_IS_PRESENT(pThis);
1239 (a_iDiff) = (int)RTASN1CORE_IS_PRESENT(&pMyLeftInternal->Asn1Core) \
1240 - (int)RTASN1CORE_IS_PRESENT(&pMyRightInternal->Asn1Core); \
1241 if ((a_iDiff) || !RTASN1CORE_IS_PRESENT(&pMyLeftInternal->Asn1Core)) return iDiff; \
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-core.cpp101 || !RTASN1CORE_IS_PRESENT(&pParams->u.Core))
H A Dx509-certpaths.cpp1974 if ( !RTASN1CORE_IS_PRESENT(&pThis->v.pWorkingPublicKeyParameters->u.Core)
2280 if ( RTASN1CORE_IS_PRESENT(&pTbsCert->SubjectPublicKeyInfo.Algorithm.Parameters.u.Core)
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2628 AssertReturn(RTASN1CORE_IS_PRESENT(&pSignature->pIndData->DigestInfo.Digest.Asn1Core), VERR_INTERNAL_ERROR_5);

Completed in 915 milliseconds