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

  /external/chromium_org/net/ssl/
server_bound_cert_service.h 41 class NET_EXPORT ServerBoundCertService
56 friend class ServerBoundCertService;
58 void RequestStarted(ServerBoundCertService* service,
64 ServerBoundCertService* service_;
77 ServerBoundCertService(
81 ~ServerBoundCertService();
89 // certificate generation. This value is cached when ServerBoundCertService
108 // ServerBoundCertService is destroyed.
152 base::WeakPtrFactory<ServerBoundCertService> weak_ptr_factory_;
161 DISALLOW_COPY_AND_ASSIGN(ServerBoundCertService);
    [all...]
server_bound_cert_service.cc 114 if (!key->ExportEncryptedPrivateKey(ServerBoundCertService::kEPKIPassword,
276 // ServerBoundCertServiceWorker. It lives only on the ServerBoundCertService's
326 const char ServerBoundCertService::kEPKIPassword[] = "";
328 ServerBoundCertService::RequestHandle::RequestHandle()
332 ServerBoundCertService::RequestHandle::~RequestHandle() {
336 void ServerBoundCertService::RequestHandle::Cancel() {
344 void ServerBoundCertService::RequestHandle::RequestStarted(
345 ServerBoundCertService* service,
354 void ServerBoundCertService::RequestHandle::OnRequestComplete(int result) {
361 ServerBoundCertService::ServerBoundCertService
    [all...]

Completed in 31 milliseconds