Home | History | Annotate | Download | only in ssl

Lines Matching defs:ServerBoundCertService

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(
383 ServerBoundCertService::~ServerBoundCertService() {
388 std::string ServerBoundCertService::GetDomainForHost(const std::string& host) {
397 int ServerBoundCertService::GetOrCreateDomainBoundCert(
434 base::Bind(&ServerBoundCertService::GeneratedServerBoundCert,
461 int ServerBoundCertService::GetDomainBoundCert(
496 void ServerBoundCertService::GotServerBoundCert(
529 base::Bind(&ServerBoundCertService::GeneratedServerBoundCert,
541 ServerBoundCertStore* ServerBoundCertService::GetCertStore() {
545 void ServerBoundCertService::CancelRequest(ServerBoundCertServiceRequest* req) {
550 void ServerBoundCertService::GeneratedServerBoundCert(
572 void ServerBoundCertService::HandleResult(
592 bool ServerBoundCertService::JoinToInFlightRequest(
622 int ServerBoundCertService::LookupDomainBoundCert(
638 base::Bind(&ServerBoundCertService::GotServerBoundCert,
672 int ServerBoundCertService::cert_count() {