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

/vbox/src/VBox/Runtime/common/crypto/
H A Drsa-template.h36 RTASN1TMPL_MEMBER( Modulus, RTASN1INTEGER, RTAsn1Integer);
37 RTASN1TMPL_MEMBER( PublicExponent, RTASN1INTEGER, RTAsn1Integer);
51 RTASN1TMPL_MEMBER( Prime, RTASN1INTEGER, RTAsn1Integer);
52 RTASN1TMPL_MEMBER( Exponent, RTASN1INTEGER, RTAsn1Integer);
53 RTASN1TMPL_MEMBER( Coefficient, RTASN1INTEGER, RTAsn1Integer);
79 RTASN1TMPL_MEMBER( Version, RTASN1INTEGER, RTAsn1Integer);
80 RTASN1TMPL_MEMBER( Modulus, RTASN1INTEGER, RTAsn1Integer);
81 RTASN1TMPL_MEMBER( PublicExponent, RTASN1INTEGER, RTAsn1Integer);
82 RTASN1TMPL_MEMBER( PrivateExponent, RTASN1INTEGER, RTAsn1Integer);
83 RTASN1TMPL_MEMBER( Prime
[all...]
H A Dtsp-template.h36 RTASN1TMPL_MEMBER( HashAlgorithm, RTCRX509ALGORITHMIDENTIFIER, RTCrX509AlgorithmIdentifier);
37 RTASN1TMPL_MEMBER( HashedMessage, RTASN1OCTETSTRING, RTAsn1OctetString);
84 RTASN1TMPL_MEMBER( Version, RTASN1INTEGER, RTAsn1Integer);
85 RTASN1TMPL_MEMBER( Policy, RTASN1OBJID, RTAsn1ObjId);
86 RTASN1TMPL_MEMBER( MessageImprint, RTCRTSPMESSAGEIMPRINT, RTCrTspMessageImprint);
87 RTASN1TMPL_MEMBER( SerialNumber, RTASN1INTEGER, RTAsn1Integer);
88 RTASN1TMPL_MEMBER( GenTime, RTASN1TIME, RTAsn1GeneralizedTime);
H A Dpkcs7-template.h36 RTASN1TMPL_MEMBER( Name, RTCRX509NAME, RTCrX509Name);
37 RTASN1TMPL_MEMBER( SerialNumber, RTASN1INTEGER, RTAsn1Integer);
51 RTASN1TMPL_MEMBER( Type, RTASN1OBJID, RTAsn1ObjId);
91 RTASN1TMPL_MEMBER( Version, RTASN1INTEGER, RTAsn1Integer);
92 RTASN1TMPL_MEMBER( IssuerAndSerialNumber, RTCRPKCS7ISSUERANDSERIALNUMBER, RTCrPkcs7IssuerAndSerialNumber);
93 RTASN1TMPL_MEMBER( DigestAlgorithm, RTCRX509ALGORITHMIDENTIFIER, RTCrX509AlgorithmIdentifier);
95 RTASN1TMPL_MEMBER( DigestEncryptionAlgorithm, RTCRX509ALGORITHMIDENTIFIER, RTCrX509AlgorithmIdentifier);
96 RTASN1TMPL_MEMBER( EncryptedDigest, RTASN1OCTETSTRING, RTAsn1OctetString);
123 RTASN1TMPL_MEMBER( Version, RTASN1INTEGER, RTAsn1Integer);
124 RTASN1TMPL_MEMBER( DigestAlgorithm
[all...]
H A Dx509-template.h36 RTASN1TMPL_MEMBER( NotBefore, RTASN1TIME, RTAsn1Time);
37 RTASN1TMPL_MEMBER( NotAfter, RTASN1TIME, RTAsn1Time);
52 RTASN1TMPL_MEMBER( Algorithm, RTASN1OBJID, RTAsn1ObjId);
79 RTASN1TMPL_MEMBER( Type, RTASN1OBJID, RTAsn1ObjId);
80 RTASN1TMPL_MEMBER( Value, RTASN1DYNTYPE, RTAsn1DynType);
122 RTASN1TMPL_MEMBER( TypeId, RTASN1OBJID, RTAsn1ObjId);
123 RTASN1TMPL_MEMBER( Value, RTASN1DYNTYPE, RTAsn1DynType);
178 RTASN1TMPL_MEMBER( Algorithm, RTCRX509ALGORITHMIDENTIFIER, RTCrX509AlgorithmIdentifier);
179 RTASN1TMPL_MEMBER( SubjectPublicKey, RTASN1BITSTRING, RTAsn1BitString);
226 RTASN1TMPL_MEMBER( PolicyQualifierI
[all...]
H A Dspc-template.h37 RTASN1TMPL_MEMBER( RawData, RTASN1OCTETSTRING, RTAsn1OctetString);
53 RTASN1TMPL_MEMBER( Type, RTASN1OBJID, RTAsn1ObjId);
87 RTASN1TMPL_MEMBER( SerializedData, RTASN1OCTETSTRING, RTAsn1OctetString);
161 RTASN1TMPL_MEMBER( Type, RTASN1OBJID, RTAsn1ObjId);
180 RTASN1TMPL_MEMBER( Data, RTCRSPCATTRIBUTETYPEANDOPTIONALVALUE, RTCrSpcAttributeTypeAndOptionalValue);
181 RTASN1TMPL_MEMBER( DigestInfo, RTCRPKCS7DIGESTINFO, RTCrPkcs7DigestInfo);
H A Dtaf-template.h36 RTASN1TMPL_MEMBER( TaName, RTCRX509NAME, RTCrX509Name);
56 RTASN1TMPL_MEMBER( PubKey, RTCRX509SUBJECTPUBLICKEYINFO, RTCrX509SubjectPublicKeyInfo);
57 RTASN1TMPL_MEMBER( KeyIdentifier, RTASN1OCTETSTRING, RTAsn1OctetString);
/vbox/include/iprt/
H A Dasn1-generator-pass.h1153 #ifndef RTASN1TMPL_MEMBER
1154 # define RTASN1TMPL_MEMBER(a_Name, a_Type, a_Api) \ macro
1160 RTASN1TMPL_MEMBER(a_Name, RTASN1STRING, RTAsn1String)
1169 RTASN1TMPL_MEMBER(a_Name, RTASN1STRING, RTAsn1String)
1189 RTASN1TMPL_MEMBER(a_UnionNm.a_PtrName, a_Type, a_Api)
1359 #undef RTASN1TMPL_MEMBER macro

Completed in 62 milliseconds