Home
last modified time | relevance | path

Searched refs:certID (Results 1 – 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
DSingleResponse.java17 private CertID certID; field in SingleResponse
32 CertID certID, in SingleResponse() argument
38 this(certID, certStatus, thisUpdate, nextUpdate, Extensions.getInstance(singleExtensions)); in SingleResponse()
42 CertID certID, in SingleResponse() argument
48 this.certID = certID; in SingleResponse()
58 this.certID = CertID.getInstance(seq.getObjectAt(0)); in SingleResponse()
108 return certID; in getCertID()
146 v.add(certID); in toASN1Primitive()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
DBasicOCSPRespBuilder.java130 CertificateID certID, in addResponse() argument
133 this.addResponse(certID, certStatus, new Date(), null, null); in addResponse()
146 CertificateID certID, in addResponse() argument
150 this.addResponse(certID, certStatus, new Date(), null, singleExtensions); in addResponse()
164 CertificateID certID, in addResponse() argument
169 this.addResponse(certID, certStatus, new Date(), nextUpdate, singleExtensions); in addResponse()
183 CertificateID certID, in addResponse() argument
188 this.addResponse(certID, certStatus, thisUpdate, nextUpdate, null); in addResponse()
203 CertificateID certID, in addResponse() argument
209 list.add(new ResponseObject(certID, certStatus, thisUpdate, nextUpdate, singleExtensions)); in addResponse()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c132 CertID *certID; member
193 ASN1_SIMPLE(SingleResponse, certID, CertID),
714 txt = algor_str(sresp->certID->hashAlgorithm); in check_ocsp_resp()
721 txt = octet_string_str(sresp->certID->issuerNameHash); in check_ocsp_resp()
728 txt = octet_string_str(sresp->certID->issuerKeyHash); in check_ocsp_resp()
735 txt = integer_str(sresp->certID->serialNumber); in check_ocsp_resp()
776 cid1 = cmp_sresp->certID; in check_ocsp_resp()
777 cid2 = sresp->certID; in check_ocsp_resp()
791 ASN1_INTEGER_cmp(sresp->certID->serialNumber, in check_ocsp_resp()
793 issuer_match(cert, issuer, sresp->certID) == 0) { in check_ocsp_resp()
/external/curl/lib/
Dsetup-os400.h118 GSK_CERT_ID certID,
/external/curl/packages/OS400/
Dos400sys.c660 GSK_CERT_ID certID, in Curl_gsk_attribute_get_cert_info() argument
671 return gsk_attribute_get_cert_info(p->h, certID, in Curl_gsk_attribute_get_cert_info()
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...