Home
last modified time | relevance | path

Searched refs:revocationReason (Results 1 – 2 of 2) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
DRevokedInfo.java18 private CRLReason revocationReason; field in RevokedInfo
22 CRLReason revocationReason) in RevokedInfo() argument
25 this.revocationReason = revocationReason; in RevokedInfo()
35 this.revocationReason = CRLReason.getInstance(ASN1Enumerated.getInstance( in RevokedInfo()
69 return revocationReason; in getRevocationReason()
85 if (revocationReason != null) in toASN1Primitive()
87 v.add(new DERTaggedObject(true, 0, revocationReason)); in toASN1Primitive()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c105 ASN1_ENUMERATED *revocationReason; member
183 ASN1_EXP_OPT(RevokedInfo, revocationReason, ASN1_ENUMERATED, 0)