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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_cl.c274 if(rev->revocationReason)
275 *reason = ASN1_ENUMERATED_get(rev->revocationReason);
H A Docsp_prn.c249 if (rev->revocationReason)
251 l=ASN1_ENUMERATED_get(rev->revocationReason);
H A Docsp_srv.c168 if (!(ri->revocationReason = ASN1_ENUMERATED_new()))
170 if (!(ASN1_ENUMERATED_set(ri->revocationReason,
H A Docsp_asn.c127 ASN1_EXP_OPT(OCSP_REVOKEDINFO, revocationReason, ASN1_ENUMERATED, 0)
H A Docsp.h220 * revocationReason [0] EXPLICIT CRLReason OPTIONAL }
225 ASN1_ENUMERATED *revocationReason; member in struct:ocsp_revoked_info_st
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/asn1/
H A Docsp.c146 revocationReason [0] EXPLICIT CRLReason OPTIONAL }
243 ASN1_ENUMERATED * revocationReason; member in struct:__anon687
335 ASN1_EXP_OPT(RevokedInfo, revocationReason, ASN1_ENUMERATED, 0)

Completed in 128 milliseconds