Searched refs:RTASN1CURSOR_GET_F_IMPLICIT (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Runtime/common/asn1/ |
H A D | asn1-ut-octetstring-decode.cpp | 54 || (fFlags & RTASN1CURSOR_GET_F_IMPLICIT) ) /* PKCS #7 ContentInfo tweak. */
|
H A D | asn1-ut-string-decode.cpp | 44 AssertReturn(!(fFlags & RTASN1CURSOR_GET_F_IMPLICIT), VERR_INVALID_PARAMETER);
|
H A D | asn1-ut-dyntype-decode.cpp | 44 Assert(!(fFlags & RTASN1CURSOR_GET_F_IMPLICIT));
|
H A D | asn1-cursor.cpp | 352 if (fFlags & RTASN1CURSOR_GET_F_IMPLICIT) 377 else if (fFlags & RTASN1CURSOR_GET_F_IMPLICIT)
|
H A D | asn1-ut-time-decode.cpp | 306 Assert(!(fFlags & RTASN1CURSOR_GET_F_IMPLICIT));
|
/vbox/include/iprt/ |
H A D | asn1-generator-pass.h | 341 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 D | asn1.h | 1724 #define RTASN1CURSOR_GET_F_IMPLICIT RT_BIT_32(0) macro
|
Completed in 192 milliseconds