Lines Matching refs:OSCertHandle
58 typedef PCCERT_CONTEXT OSCertHandle; typedef
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);
328 OSCertHandle os_cert_handle() const { return cert_handle_; } in os_cert_handle()
331 static bool IsSameOSCert(OSCertHandle a, OSCertHandle b);
335 static OSCertHandle CreateOSCertHandleFromBytes(const char* data,
344 static OSCertHandle DupOSCertHandle(OSCertHandle cert_handle);
347 static void FreeOSCertHandle(OSCertHandle cert_handle);
359 X509Certificate(OSCertHandle cert_handle, Source source,
385 static SHA1Fingerprint CalculateFingerprint(OSCertHandle cert_handle);
424 static OSCertHandle ReadCertHandleFromPickle(const Pickle& pickle,
428 static bool WriteCertHandleToPickle(OSCertHandle handle, Pickle* pickle);
435 static std::string GetDEREncodedBytes(OSCertHandle handle);
458 OSCertHandle cert_handle_;