HomeSort by relevance Sort by last modified time
    Searched refs:send_key (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/
message_wrappers.h 266 virtual const string& send_key(size_t i) const = 0;
301 // request with the given `send_key`.
304 const string& send_key) = 0;
320 const string& send_key(size_t i) const override;
336 const string& send_key) override;
371 const string& send_key(size_t i) const override;
387 const string& send_key) override;
407 const string& send_key(size_t i) const override;
cluster_function_library_runtime.cc 185 for (const auto& send_key : function_data->send_keys) {
187 send->set_name(send_key);
message_wrappers.cc 311 const string& InMemoryRunGraphRequest::send_key(size_t i) const { function in class:tensorflow::InMemoryRunGraphRequest
322 const string& send_key) {
325 sends_.emplace_back(send_key, std::move(tensor));
372 send->set_name(send_key(i));
420 const string& MutableProtoRunGraphRequest::send_key(size_t i) const { function in class:tensorflow::MutableProtoRunGraphRequest
435 const string& send_key) {
437 send->set_name(send_key);
503 const string& ProtoRunGraphRequest::send_key(size_t i) const { function in class:tensorflow::ProtoRunGraphRequest
worker.cc 100 in->insert({req->send_key(i), val});
  /external/webrtc/talk/session/media/
srtpfilter.cc 150 const uint8_t* send_key,
160 if (!send_session_->SetSend(send_cs, send_key, send_key_len))
183 const uint8_t* send_key,
198 if (!send_rtcp_session_->SetRecv(send_cs, send_key, send_key_len))
426 uint8_t send_key[SRTP_MASTER_KEY_LEN], recv_key[SRTP_MASTER_KEY_LEN]; local
427 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) &&
432 rtc::SrtpCryptoSuiteFromName(send_params.cipher_suite), send_key,
433 sizeof(send_key)) &&
srtpfilter.h 108 const uint8_t* send_key,
114 const uint8_t* send_key,
channel.cc 923 std::vector<unsigned char> *send_key, *recv_key; local
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.h 270 const u8 *send_key, size_t send_key_len,
radius.c 1187 const u8 *send_key, size_t send_key_len,
1219 encrypt_ms_key(send_key, send_key_len, salt, req_authenticator, secret,
    [all...]

Completed in 161 milliseconds