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

  /external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
index_tuple.pass.cpp 27 struct my_hash struct
34 unordered_map<tuple<int,int>, size_t, my_hash> m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.elem/
index_tuple.pass.cpp 27 struct my_hash struct
34 unordered_map<tuple<int,int>, size_t, my_hash> m;
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 148 vchar_t *my_hash = NULL;
166 my_hash = isakmp_prf(iph1->skeyid_a, buf, iph1);
168 if (my_hash == NULL)
172 plogdump(LLV_DEBUG, my_hash->v, my_hash->l);
179 result = memcmp(my_hash->v, r_hash, my_hash->l);
180 vfree(my_hash);
isakmp_quick.c 495 vchar_t *my_hash = NULL;
503 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf);
504 if (my_hash == NULL)
507 result = memcmp(my_hash->v, r_hash, my_hash->l);
508 vfree(my_hash);
768 vchar_t *my_hash = NULL;
777 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
779 if (my_hash == NULL)
782 result = memcmp(my_hash->v, r_hash, my_hash->l)
494 vchar_t *my_hash = NULL; local
767 vchar_t *my_hash = NULL; local
1042 vchar_t *my_hash = NULL; local
1447 vchar_t *my_hash = NULL; local
    [all...]
oakley.c 1246 vchar_t *my_hash = NULL; local
1294 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1298 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1300 my_hash = oakley_ph1hash_base_i(iph1, VALIDATE);
1307 if (my_hash == NULL)
1310 result = memcmp(my_hash->v, r_hash, my_hash->l);
1311 vfree(my_hash);
    [all...]
  /external/libchrome/crypto/
p224_spake.cc 215 const uint8_t* my_hash = is_server_ ? server_hash : client_hash; local
219 std::string(reinterpret_cast<const char*>(my_hash), kSHA256Length);

Completed in 142 milliseconds