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

  /external/bluetooth/glib/tests/
hash-test.c 125 my_hash (gconstpointer key) function
396 hash_table = g_hash_table_new (my_hash, my_hash_equal);
testglib.c 487 my_hash (gconstpointer key) function
1037 hash_table = g_hash_table_new (my_hash, my_hash_equal);
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 712 vchar_t *my_hash = NULL;
720 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf);
721 if (my_hash == NULL)
724 result = memcmp(my_hash->v, r_hash, my_hash->l);
725 vfree(my_hash);
1000 vchar_t *my_hash = NULL;
1009 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
1011 if (my_hash == NULL)
1014 result = memcmp(my_hash->v, r_hash, my_hash->l)
711 vchar_t *my_hash = NULL; local
999 vchar_t *my_hash = NULL; local
1320 vchar_t *my_hash = NULL; local
1788 vchar_t *my_hash = NULL; local
    [all...]
oakley.c 1289 vchar_t *my_hash = NULL; local
1337 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1341 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1343 my_hash = oakley_ph1hash_base_i(iph1, VALIDATE);
1350 if (my_hash == NULL)
1353 result = memcmp(my_hash->v, r_hash, my_hash->l);
1354 vfree(my_hash);
    [all...]

Completed in 1249 milliseconds