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

  /external/ppp/pppd/
pppcrypt.c 72 MakeKey(key, des_key)
138 MakeKey(key, des_key);
187 MakeKey(key, (u_char*) &des_key);
220 MakeKey(key, des_key);
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
rpc_rendezvous_mgr_test.cc 43 Rendezvous::ParsedKey MakeKey(const string& s) {
88 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey(
108 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey(
142 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey(
173 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey(
  /external/tensorflow/tensorflow/core/framework/
rendezvous_test.cc 98 Rendezvous::ParsedKey MakeKey(const string& name) {
108 static auto key = MakeKey("foo");
113 static auto key = MakeKey("bar");
181 TF_ASSERT_OK(rendez_->Send(MakeKey(strings::StrCat(i)), args,
204 rendez_->RecvAsync(MakeKey(strings::StrCat(i)), Rendezvous::Args(),
  /external/webrtc/webrtc/base/
opensslidentity.cc 46 static EVP_PKEY* MakeKey(const KeyParams& key_params) {
165 EVP_PKEY* pkey = MakeKey(key_params);

Completed in 176 milliseconds