k4
struct sshkey *k1 = NULL, *k2 = NULL, *k3 = NULL, *k4 = NULL;
ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(b), sshbuf_len(b), &k4),
ASSERT_PTR_EQ(k4, NULL);
UINT32 k0,k1,k2,k3,k4,k5,k6,k7;
k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
h += MUL64((k0 + d0), (k4 + d4));
UINT32 k0,k1,k2,k3,k4,k5,k6,k7,
k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
h1 += MUL64((k0 + d0), (k4 + d4));
h2 += MUL64((k4 + d0), (k8 + d4));
UINT32 k0,k1,k2,k3,k4,k5,k6,k7,
k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
h1 += MUL64((k0 + d0), (k4 + d4));
h2 += MUL64((k4 + d0), (k8 + d4));
k4 = k12; k5 = k13; k6 = k14; k7 = k15;
UINT32 k0,k1,k2,k3,k4,k5,k6,k7,
k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
h1 += MUL64((k0 + d0), (k4 + d4));
h2 += MUL64((k4 + d0), (k8 + d4));
k4 = k12; k5 = k13; k6 = k14; k7 = k15;
unit_assert( k->entry.hash == k4->entry.hash );
k4->entry.overflow_next = &k->entry;
k3->entry.overflow_next = &k4->entry;
unit_assert( bin_find_entry(table, &bin, k4->entry.hash, k4, NULL)
== &k4->entry );
bin_overflow_remove(&bin, &k4->entry);
unit_assert( bin_find_entry(table, &bin, k4->entry.hash, k4, NULL) == NULL);
delkey(k4);
testkey_type* k4 = newkey(12 + 1024*2);