Home | History | Annotate | Download | only in ocsp

Lines Matching refs:cert

125 char* GetAlternateOCSPAIAInfo(CERTCertificate *cert);
742 strcasecmp(mime_type, "application/x-x509-ca-cert") == 0 ||
743 strcasecmp(mime_type, "application/x-x509-server-cert") == 0 ||
744 strcasecmp(mime_type, "application/pkix-cert") == 0 ||
861 char* GetAlternateOCSPAIAInfo(CERTCertificate *cert) {
862 if (cert && !cert->isRoot && cert->authKeyID) {
865 &cert->derIssuer) == SECEqual &&
867 &cert->authKeyID->keyID) == SECEqual) {