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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/asn1/
H A Docsp.c134 certStatus CertStatus,
139 CertStatus ::= CHOICE {
253 } CertStatus; typedef in typeref:struct:__anon688
257 CertStatus *certStatus;
338 ASN1_CHOICE(CertStatus) = { variable
339 ASN1_IMP(CertStatus, d.good, ASN1_NULL, 0),
340 ASN1_IMP(CertStatus, d.revoked, RevokedInfo, 1),
341 ASN1_IMP(CertStatus, d.unknown, ASN1_NULL, 2)
342 } ASN1_CHOICE_END(CertStatus);
346 ASN1_SIMPLE(SingleResponse, certStatus, CertStatus),
[all...]

Completed in 195 milliseconds