Searched refs:RTASN1CURSOR_GET_F_IMPLICIT (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-octetstring-decode.cpp54 || (fFlags & RTASN1CURSOR_GET_F_IMPLICIT) ) /* PKCS #7 ContentInfo tweak. */
H A Dasn1-ut-string-decode.cpp44 AssertReturn(!(fFlags & RTASN1CURSOR_GET_F_IMPLICIT), VERR_INVALID_PARAMETER);
H A Dasn1-ut-dyntype-decode.cpp44 Assert(!(fFlags & RTASN1CURSOR_GET_F_IMPLICIT));
H A Dasn1-cursor.cpp352 if (fFlags & RTASN1CURSOR_GET_F_IMPLICIT)
377 else if (fFlags & RTASN1CURSOR_GET_F_IMPLICIT)
H A Dasn1-ut-time-decode.cpp306 Assert(!(fFlags & RTASN1CURSOR_GET_F_IMPLICIT));
/vbox/include/iprt/
H A Dasn1-generator-pass.h341 rc = RT_CONCAT(a_Api,_DecodeAsn1)(pCursor, RTASN1CURSOR_GET_F_IMPLICIT, &pThis->a_Name, #a_Name)
345 rc = RTAsn1CursorGetBitStringEx(pCursor, RTASN1CURSOR_GET_F_IMPLICIT, a_cMaxBits, &pThis->a_Name, #a_Name)
391 rc = RT_CONCAT(a_Api,_DecodeAsn1)(pCursor, RTASN1CURSOR_GET_F_IMPLICIT, pThis->a_PtrName, #a_PtrName); \
404 rc = RT_CONCAT(a_Api,_DecodeAsn1)(&CtxCursor, RTASN1CURSOR_GET_F_IMPLICIT, \
H A Dasn1.h1724 #define RTASN1CURSOR_GET_F_IMPLICIT RT_BIT_32(0) macro

Completed in 192 milliseconds