Home
last modified time | relevance | path

Searched refs:load_key (Results 1 – 25 of 29) sorted by relevance

12

/third_party/grpc/src/cpp/server/load_reporter/
Dload_data_store.cc181 const std::string& load_key) { in ReportStreamCreated() argument
183 SetUpForNewLbId(lb_id, load_key); in ReportStreamCreated()
211 load_key_to_receiving_lb_ids_, it_store_for_gone_lb->second->load_key(), in ReportStreamClosed()
219 auto it = load_key_to_receiving_lb_ids_.find(orphaned_store->load_key()); in ReportStreamClosed()
264 const std::string& load_key) { in SetUpForNewLbId() argument
269 load_key_to_receiving_lb_ids_[load_key].insert(lb_id); in SetUpForNewLbId()
271 new PerBalancerStore(lb_id, load_key)); in SetUpForNewLbId()
326 const std::string& load_key) { in ReportStreamCreated() argument
327 per_host_stores_[hostname].ReportStreamCreated(lb_id, load_key); in ReportStreamCreated()
Dload_data_store.h199 PerBalancerStore(std::string lb_id, std::string load_key) in PerBalancerStore() argument
200 : lb_id_(std::move(lb_id)), load_key_(std::move(load_key)) {} in PerBalancerStore()
228 const std::string& load_key() const { return load_key_; } in load_key() function
249 const std::string& load_key);
269 void SetUpForNewLbId(const std::string& lb_id, const std::string& load_key);
327 const std::string& load_key);
Dload_reporter.cc362 per_balancer_store.load_key()); in AttachOrphanLoadId()
383 const std::string& load_key) { in ReportStreamCreated() argument
385 load_data_store_.ReportStreamCreated(hostname, lb_id, load_key); in ReportStreamCreated()
388 this, hostname.c_str(), lb_id.c_str(), load_key.c_str()); in ReportStreamCreated()
Dload_reporter.h155 const std::string& load_key);
Dload_reporter_async_service_impl.cc214 load_key_ = initial_request.load_key(); in OnReadDone()
/third_party/grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto40 // load reporter client has disconnected. load_key is sent in orphaned load
41 // reports; see Load.load_key.
42 bytes load_key = 2; field
149 // Load_key is the load_key from the initial_request from the originating
151 bytes load_key = 12 [deprecated=true]; field
158 // load_key and balancer_id are included in order to identify orphaned load
178 // The load_key from the initial_request from the originating balancer.
179 bytes load_key = 1; field
182 // distinguishes orphaned load with a same load_key.
/third_party/grpc/test/cpp/server/load_reporter/
Dload_data_store_test.cc54 const std::string& load_key) { in PerBalancerStoresContains() argument
59 EXPECT_EQ(original_per_balancer_store->load_key(), load_key); in PerBalancerStoresContains()
/third_party/openssl/apps/
Dspkac.c126 pkey = load_key(strcmp(keyfile, "-") ? keyfile : NULL, in spkac_main()
Dpkey.c147 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkey_main()
Ddsa.c159 pkey = load_key(infile, informat, 1, passin, e, "Private Key"); in dsa_main()
Dsmime.c437 key = load_key(keyfile, keyform, 0, passin, e, "signing key file"); in smime_main()
522 key = load_key(keyfile, keyform, 0, passin, e, "signing key file"); in smime_main()
Dec.c187 pkey = load_key(infile, informat, 1, passin, e, "Private Key"); in ec_main()
Drsautl.c177 pkey = load_key(keyfile, keyformat, 0, passin, e, "Private Key"); in rsautl_main()
Drsa.c182 pkey = load_key(infile, informat, 1, passin, e, "Private Key"); in rsa_main()
Dcrl.c230 pkey = load_key(keyfile, keyformat, 0, NULL, NULL, "CRL signing key"); in crl_main()
Dx509.c796 Upkey = load_key(keyfile, keyformat, 0, in x509_main()
807 CApkey = load_key(CAkeyfile, CAkeyformat, in x509_main()
826 pk = load_key(keyfile, keyformat, 0, in x509_main()
Dpkcs8.c205 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkcs8_main()
Dpkeyutl.c387 pkey = load_key(keyfile, keyform, 0, passin, e, "Private Key"); in init_ctx()
Dapps.h463 EVP_PKEY *load_key(const char *file, int format, int maybe_stdin,
Dcms.c726 key = load_key(keyfile, keyform, 0, passin, e, "signing key file"); in cms_main()
932 key = load_key(keyfile, keyform, 0, passin, e, "signing key file"); in cms_main()
Ds_cb.c1011 exc->key = load_key(exc->keyfile, exc->keyform, in load_excert()
1014 exc->key = load_key(exc->certfile, exc->certform, in load_excert()
Ddgst.c261 sigkey = load_key(keyfile, keyform, 0, passin, e, "key file"); in dgst_main()
Docsp.c572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
659 key = load_key(keyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
Ds_server.c1673 s_key = load_key(s_key_file, s_key_format, 0, pass, engine, in s_server_main()
1694 s_key2 = load_key(s_key_file2, s_key_format, 0, pass, engine, in s_server_main()
1746 s_dkey = load_key(s_dkey_file, s_dkey_format, in s_server_main()
Dpkcs12.c356 key = load_key(keyname ? keyname : infile, in pkcs12_main()

12