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.
133 // ServerBoundCertService is destroyed.
208 base::WeakPtrFactory<ServerBoundCertService> weak_ptr_factory_
    [all...]
server_bound_cert_service.cc 113 if (!key->ExportEncryptedPrivateKey(ServerBoundCertService::kEPKIPassword,
275 // ServerBoundCertServiceWorker. It lives only on the ServerBoundCertService's
332 const char ServerBoundCertService::kEPKIPassword[] = "";
334 ServerBoundCertService::RequestHandle::RequestHandle()
338 ServerBoundCertService::RequestHandle::~RequestHandle() {
342 void ServerBoundCertService::RequestHandle::Cancel() {
350 void ServerBoundCertService::RequestHandle::RequestStarted(
351 ServerBoundCertService* service,
360 void ServerBoundCertService::RequestHandle::OnRequestComplete(int result) {
367 ServerBoundCertService::ServerBoundCertService
    [all...]

Completed in 56 milliseconds