HomeSort by relevance Sort by last modified time
    Searched defs:CERTCertificate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/third_party/mozilla_security_manager/
nsNSSCertificateDB.h 47 typedef struct CERTCertificateStr CERTCertificate;
nsPKCS12Blob.h 47 typedef struct CERTCertificateStr CERTCertificate;
  /external/chromium_org/net/cert/
x509_util_ios.h 17 typedef struct CERTCertificateStr CERTCertificate;
26 // an NSS certificate handle (CERTCertificate*).
27 CERTCertificate* CreateNSSCertHandleFromOSHandle(SecCertificateRef cert_handle);
29 // Converts an NSS certificate handle (CERTCertificate*) into a
32 CERTCertificate* nss_cert_handle);
37 // NSS CERTCertificate*s rather than iOS SecCertificateRefs.
39 CERTCertificate* cert_handle,
40 const std::vector<CERTCertificate*>& intermediates);
42 SHA1HashValue CalculateFingerprintNSS(CERTCertificate* cert);
51 CERTCertificate* cert_handle() const
    [all...]
x509_util_nss.h 17 typedef struct CERTCertificateStr CERTCertificate;
37 std::string ParseSerialNumber(const CERTCertificate* certificate);
40 void GetSubjectAltName(CERTCertificate* cert_handle,
59 void GetPublicKeyInfo(CERTCertificate* handle,
80 bool IsCertificateIssuedBy(const std::vector<CERTCertificate*>& cert_chain,
test_root_certs.h 27 typedef struct CERTCertificateStr CERTCertificate;
68 bool Contains(CERTCertificate* cert) const;

Completed in 67 milliseconds