Searched defs:RTASN1STRING (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dasn1.h1073 typedef struct RTASN1STRING struct
1084 } RTASN1STRING; typedef in typeref:struct:RTASN1STRING
1086 typedef RTASN1STRING *PRTASN1STRING;
1088 typedef RTASN1STRING const *PCRTASN1STRING;
1089 /** The Vtable for a RTASN1STRING structure. */
1092 RTASN1TYPE_STANDARD_PROTOTYPES(RTASN1STRING, RTDECL, RTAsn1String, Asn1Core);
1112 RTASN1TYPE_STANDARD_PROTOTYPES(RTASN1STRING, RTDECL, RTAsn1NumericString, Asn1Core);
1113 RTASN1TYPE_STANDARD_PROTOTYPES(RTASN1STRING, RTDECL, RTAsn1PrintableString, Asn1Core);
1114 RTASN1TYPE_STANDARD_PROTOTYPES(RTASN1STRING, RTDECL, RTAsn1T61String, Asn1Core);
1115 RTASN1TYPE_STANDARD_PROTOTYPES(RTASN1STRING, RTDEC
[all...]

Completed in 37 milliseconds