• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/

Lines Matching refs:offsetof

59 	  offsetof(NSS_Validity,notBefore.item),
62 offsetof(NSS_Validity,notAfter.item),
72 offsetof(NSS_CertExtension,extnId) },
74 offsetof(NSS_CertExtension,critical) },
76 offsetof(NSS_CertExtension,value) },
91 offsetof(NSS_TBSCertificate,version),
95 offsetof(NSS_TBSCertificate,serialNumber) },
97 offsetof(NSS_TBSCertificate,signature),
99 { SEC_ASN1_SAVE, offsetof(NSS_TBSCertificate,derIssuer) },
101 offsetof(NSS_TBSCertificate,issuer),
104 offsetof(NSS_TBSCertificate,validity),
106 { SEC_ASN1_SAVE, offsetof(NSS_TBSCertificate,derSubject) },
108 offsetof(NSS_TBSCertificate,subject),
111 offsetof(NSS_TBSCertificate,subjectPublicKeyInfo),
114 offsetof(NSS_TBSCertificate,issuerID),
117 offsetof(NSS_TBSCertificate,subjectID),
121 offsetof(NSS_TBSCertificate,extensions),
135 offsetof(NSS_SignedCertOrCRL,tbsBlob) },
137 offsetof(NSS_SignedCertOrCRL,signatureAlgorithm) },
139 offsetof(NSS_SignedCertOrCRL,signature) },
149 offsetof(NSS_Certificate,tbs),
152 offsetof(NSS_Certificate,signatureAlgorithm),
155 offsetof(NSS_Certificate,signature) },
165 offsetof(NSS_RevokedCert,userCertificate) },
167 offsetof(NSS_RevokedCert,revocationDate.item),
170 offsetof(NSS_RevokedCert,extensions),
184 { SEC_ASN1_INTEGER | SEC_ASN1_OPTIONAL, offsetof (NSS_TBSCrl, version) },
186 offsetof(NSS_TBSCrl,signature),
188 { SEC_ASN1_SAVE, offsetof(NSS_TBSCrl,derIssuer) },
190 offsetof(NSS_TBSCrl,issuer),
193 offsetof(NSS_TBSCrl,thisUpdate.item),
196 offsetof(NSS_TBSCrl,nextUpdate),
199 offsetof(NSS_TBSCrl,revokedCerts),
203 offsetof(NSS_TBSCrl,extensions),
214 offsetof(NSS_Crl,tbs),
217 offsetof(NSS_Crl,signatureAlgorithm),
220 offsetof(NSS_Crl,signature) },