Searched refs:RTASN1CORE (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-core-template.h32 RTASN1TMPL_SEQ_OF(RTASN1CORE, RTAsn1Core);
41 RTASN1TMPL_SET_OF(RTASN1CORE, RTAsn1Core);
H A Dasn1-ut-core.cpp44 * ASN.1 Core - Special methods (for all applications of RTASN1CORE).
185 * when RTASN1CORE is used as a member type.
191 sizeof(RTASN1CORE),
265 return RTErrInfoSetF(pErrInfo, VERR_ASN1_NOT_PRESENT, "%s: Missing (RTASN1CORE).", pszErrorTag);
H A Dasn1-cursor.cpp441 RTASN1CORE Asn1Core;
/vbox/include/iprt/
H A Dasn1.h189 RTDECL(int) RTAsn1ContentAllocZ(struct RTASN1CORE *pAsn1Core, size_t cb, PCRTASN1ALLOCATORVTABLE pAllocator);
190 RTDECL(int) RTAsn1ContentDup(struct RTASN1CORE *pAsn1Core, void const *pvSrc, size_t cbSrc, PCRTASN1ALLOCATORVTABLE pAllocator);
191 RTDECL(int) RTAsn1ContentReallocZ(struct RTASN1CORE *pAsn1Core, size_t cb, PCRTASN1ALLOCATORVTABLE pAllocator);
192 RTDECL(void) RTAsn1ContentFree(struct RTASN1CORE *pAsn1Core);
197 typedef struct RTASN1CORE *PRTASN1CORE;
199 typedef struct RTASN1CORE const *PCRTASN1CORE;
213 typedef DECLCALLBACK(int) FNRTASN1ENUMCALLBACK(struct RTASN1CORE *pAsn1Core, const char *pszName, uint32_t uDepth, void *pvUser);
447 typedef struct RTASN1CORE struct
474 } RTASN1CORE; typedef in typeref:struct:RTASN1CORE
475 /** The Vtable for a RTASN1CORE structur
[all...]
H A Dasn1-generator-pass.h379 RTASN1CORE Asn1Peek; \
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-template.h127 RTASN1TMPL_MEMBER_OPT_ITAG( Crls, RTASN1CORE, RTAsn1Core, 1);
200 RTASN1TMPL_PCHOICE_ITAG( 0, RTCRPKCS7CERTCHOICE_EXTENDED_PKCS6, u.pExtendedCert, ExtendedCert, RTASN1CORE, RTAsn1Core);
201 RTASN1TMPL_PCHOICE_ITAG( 1, RTCRPKCS7CERTCHOICE_AC_V1, u.pAcV1, AcV1, RTASN1CORE, RTAsn1Core);
202 RTASN1TMPL_PCHOICE_ITAG( 2, RTCRPKCS7CERTCHOICE_AC_V2, u.pAcV2, AcV2, RTASN1CORE, RTAsn1Core);
203 RTASN1TMPL_PCHOICE_ITAG( 3, RTCRPKCS7CERTCHOICE_OTHER, u.pOtherCert, OtherCert, RTASN1CORE, RTAsn1Core);
H A Dspc-template.h59 RTASN1TMPL_MEMBER_DYN_DEFAULT( u, pCore, RTASN1CORE, RTAsn1Core, Allocation, enmType, RTCRSPCSERIALIZEDOBJECTATTRIBUTETYPE_UNKNOWN);
165 RTASN1TMPL_MEMBER_DYN_DEFAULT( uValue, pCore, RTASN1CORE, RTAsn1Core, Allocation, enmType, RTCRSPCAAOVTYPE_UNKNOWN);
H A Dstore-inmem.cpp58 RTASN1CORE Asn1Core;
/vbox/include/iprt/crypto/
H A Dpkcs7.h237 * anonymous RTASN1CORE if not known.
352 RTASN1CORE Crls;

Completed in 4106 milliseconds