Home
last modified time | relevance | path

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

/external/webrtc/pc/
Ddtls_srtp_transport.cc161 rtc::ZeroOnFreeBuffer<unsigned char> recv_key; in SetupRtpDtlsSrtp() local
210 rtc::ZeroOnFreeBuffer<unsigned char>* recv_key) { in ExtractParams()
Dsrtp_filter.h88 rtc::ArrayView<const uint8_t> recv_key() { return recv_key_; } in recv_key() function
Dsrtp_transport.cc279 const uint8_t* recv_key, in SetRtpParams()
323 const uint8_t* recv_key, in SetRtcpParams()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc361 const string& InMemoryRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::InMemoryRunGraphRequest
365 void InMemoryRunGraphRequest::add_recv_key(const string& recv_key) { in add_recv_key()
508 const string& MutableProtoRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::MutableProtoRunGraphRequest
512 void MutableProtoRunGraphRequest::add_recv_key(const string& recv_key) { in add_recv_key()
593 const string& ProtoRunGraphRequest::recv_key(size_t i) const { in recv_key() function in tensorflow::ProtoRunGraphRequest
617 const string& InMemoryRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::InMemoryRunGraphResponse
677 const string& OwnedProtoRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::OwnedProtoRunGraphResponse
748 const string& NonOwnedProtoRunGraphResponse::recv_key(size_t i) const { in recv_key() function in tensorflow::NonOwnedProtoRunGraphResponse
Dcluster_function_library_runtime.cc288 for (const auto& recv_key : recv_keys) { in Run() local
314 for (const auto& recv_key : recv_keys) { in Run() local
/external/usrsctp/usrsctplib/netinet/
Dsctp_auth.h96 sctp_key_t *recv_key; /* cached concatenated recv key */ member
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto259 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()