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

  /external/chromium/net/base/
x509_certificate.h 55 // We assume that OSCertHandle is a pointer type on all platforms and
56 // NULL is an invalid OSCertHandle.
58 typedef PCCERT_CONTEXT OSCertHandle;
60 typedef SecCertificateRef OSCertHandle;
62 typedef struct x509_st* OSCertHandle;
64 typedef struct CERTCertificateStr* OSCertHandle;
67 typedef void* OSCertHandle;
70 typedef std::vector<OSCertHandle> OSCertHandles;
140 static scoped_refptr<X509Certificate> CreateFromHandle(OSCertHandle cert_handle,
243 bool HasIntermediateCertificate(OSCertHandle cert)
    [all...]
  /external/chromium_org/net/cert/
x509_certificate.h 54 // An OSCertHandle is a handle to a certificate object in the underlying
55 // crypto library. We assume that OSCertHandle is a pointer type on all
56 // platforms and that NULL represents an invalid OSCertHandle.
58 typedef PCCERT_CONTEXT OSCertHandle;
60 typedef SecCertificateRef OSCertHandle;
62 typedef X509* OSCertHandle;
64 typedef struct CERTCertificateStr* OSCertHandle;
67 typedef void* OSCertHandle;
70 typedef std::vector<OSCertHandle> OSCertHandles;
142 static X509Certificate* CreateFromHandle(OSCertHandle cert_handle
    [all...]

Completed in 114 milliseconds