Searched refs:RTASN1TMPL_EXEC_DECODE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dspc-template.h38 RTASN1TMPL_EXEC_DECODE( rc = RTCrSpcSerializedPageHashes_UpdateDerivedData(pThis) ) /* no ; */
88 RTASN1TMPL_EXEC_DECODE( rc = rtCrSpcSerializedObject_DecodeMore(pCursor, fFlags, pThis, pszErrorTag) ) /* no ; */
H A Dx509-template.h384 RTASN1TMPL_EXEC_DECODE(rc = RTCrX509Extension_ExtnValue_DecodeAsn1(pCursor, fFlags, pThis, "ExtnValue"))
421 RTASN1TMPL_EXEC_DECODE( rc = RTCrX509TbsCertificate_ReprocessExtensions(pThis, pCursor->pPrimary->pErrInfo) )
H A Dpkcs7-template.h172 RTASN1TMPL_EXEC_DECODE( rc = rtCrPkcs7ContentInfo_DecodeExtra(pCursor, fFlags, pThis, pszErrorTag)) /* no ; */
/vbox/include/iprt/
H A Dasn1-generator-pass.h467 # define RTASN1TMPL_EXEC_DECODE(a_Expr) if (RT_SUCCESS(rc)) { a_Expr; } macro
1322 #ifndef RTASN1TMPL_EXEC_DECODE
1323 # define RTASN1TMPL_EXEC_DECODE(a_Expr) /* no semi colon allowed after this */ macro
1407 #undef RTASN1TMPL_EXEC_DECODE macro

Completed in 69 milliseconds