Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.cc199 for (const auto& recv_key : recv_keys) { in Run() local
220 for (const auto& recv_key : recv_keys) { in Run() local
Dmessage_wrappers.cc363 const string& InMemoryRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::InMemoryRunGraphRequest
367 void InMemoryRunGraphRequest::add_recv_key(const string& recv_key) { in add_recv_key()
501 const string& MutableProtoRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::MutableProtoRunGraphRequest
505 void MutableProtoRunGraphRequest::add_recv_key(const string& recv_key) { in add_recv_key()
578 const string& ProtoRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::ProtoRunGraphRequest
598 const string& InMemoryRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::InMemoryRunGraphResponse
658 const string& OwnedProtoRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::OwnedProtoRunGraphResponse
729 const string& NonOwnedProtoRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::NonOwnedProtoRunGraphResponse
/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.proto242 repeated string recv_key = 4; field
/external/wpa_supplicant_8/src/radius/
Dradius.c1190 const u8 *recv_key, size_t recv_key_len) in radius_msg_add_mppe_keys()