/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 | 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 | 1242 vchar_t *my_hash = NULL; local 1290 my_hash = oakley_ph1hash_common(iph1, VALIDATE); 1294 my_hash = oakley_ph1hash_common(iph1, VALIDATE); 1296 my_hash = oakley_ph1hash_base_i(iph1, VALIDATE); 1303 if (my_hash == NULL) 1306 result = memcmp(my_hash->v, r_hash, my_hash->l); 1307 vfree(my_hash); [all...] |