Home
last modified time | relevance | path

Searched defs:recv_key (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc331 const string& InMemoryRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::InMemoryRunGraphRequest
335 void InMemoryRunGraphRequest::add_recv_key(const string& recv_key) { in add_recv_key()
446 const string& MutableProtoRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::MutableProtoRunGraphRequest
450 void MutableProtoRunGraphRequest::add_recv_key(const string& recv_key) { in add_recv_key()
519 const string& ProtoRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::ProtoRunGraphRequest
539 const string& InMemoryRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::InMemoryRunGraphResponse
599 const string& OwnedProtoRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::OwnedProtoRunGraphResponse
670 const string& NonOwnedProtoRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::NonOwnedProtoRunGraphResponse
Dcluster_function_library_runtime.cc192 for (const auto& recv_key : recv_keys) { in Run() local
212 for (const auto& recv_key : recv_keys) { in Run() local
/external/webrtc/talk/session/media/
Dsrtpfilter.cc153 const uint8_t* recv_key, in SetRtpParams()
186 const uint8_t* recv_key, in SetRtcpParams()
426 uint8_t send_key[SRTP_MASTER_KEY_LEN], recv_key[SRTP_MASTER_KEY_LEN]; in ApplyParams() local
Dchannel.cc923 std::vector<unsigned char> *send_key, *recv_key; in SetupDtlsSrtp() local
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto223 repeated string recv_key = 4; field
/external/wpa_supplicant_8/src/radius/
Dradius.c1188 const u8 *recv_key, size_t recv_key_len) in radius_msg_add_mppe_keys()