Searched refs:RTASN1CORE (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Runtime/common/asn1/ |
H A D | asn1-ut-core-template.h | 32 RTASN1TMPL_SEQ_OF(RTASN1CORE, RTAsn1Core); 41 RTASN1TMPL_SET_OF(RTASN1CORE, RTAsn1Core);
|
H A D | asn1-ut-core.cpp | 44 * 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 D | asn1-cursor.cpp | 441 RTASN1CORE Asn1Core;
|
/vbox/include/iprt/ |
H A D | asn1.h | 189 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 D | asn1-generator-pass.h | 379 RTASN1CORE Asn1Peek; \
|
/vbox/src/VBox/Runtime/common/crypto/ |
H A D | pkcs7-template.h | 127 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 D | spc-template.h | 59 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 D | store-inmem.cpp | 58 RTASN1CORE Asn1Core;
|
/vbox/include/iprt/crypto/ |
H A D | pkcs7.h | 237 * anonymous RTASN1CORE if not known. 352 RTASN1CORE Crls;
|
Completed in 334 milliseconds