Searched refs:my_hash (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex_tuple.pass.cpp27 struct my_hash struct
34 unordered_map<tuple<int,int>, size_t, my_hash> m;
/external/ipsec-tools/src/racoon/
H A Disakmp_newg.c148 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);
H A Disakmp_quick.c495 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
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...]
H A Doakley.c1246 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);
1483 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1487 my_hash
[all...]
/external/libchrome/crypto/
H A Dp224_spake.cc212 const uint8_t* my_hash = is_server_ ? server_hash : client_hash; local
216 std::string(reinterpret_cast<const char*>(my_hash), kSHA256Length);

Completed in 134 milliseconds