Symbol: k4
regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
235
struct sshkey *k1 = NULL, *k2 = NULL, *k3 = NULL, *k4 = NULL;
regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
514
ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(b), sshbuf_len(b), &k4),
regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
516
ASSERT_PTR_EQ(k4, NULL);
usr.bin/ssh/umac.c
338
UINT32 k0,k1,k2,k3,k4,k5,k6,k7;
usr.bin/ssh/umac.c
347
k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
usr.bin/ssh/umac.c
348
h += MUL64((k0 + d0), (k4 + d4));
usr.bin/ssh/umac.c
371
UINT32 k0,k1,k2,k3,k4,k5,k6,k7,
usr.bin/ssh/umac.c
382
k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
usr.bin/ssh/umac.c
385
h1 += MUL64((k0 + d0), (k4 + d4));
usr.bin/ssh/umac.c
386
h2 += MUL64((k4 + d0), (k8 + d4));
usr.bin/ssh/umac.c
418
UINT32 k0,k1,k2,k3,k4,k5,k6,k7,
usr.bin/ssh/umac.c
425
k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
usr.bin/ssh/umac.c
434
h1 += MUL64((k0 + d0), (k4 + d4));
usr.bin/ssh/umac.c
435
h2 += MUL64((k4 + d0), (k8 + d4));
usr.bin/ssh/umac.c
451
k4 = k12; k5 = k13; k6 = k14; k7 = k15;
usr.bin/ssh/umac.c
473
UINT32 k0,k1,k2,k3,k4,k5,k6,k7,
usr.bin/ssh/umac.c
482
k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
usr.bin/ssh/umac.c
492
h1 += MUL64((k0 + d0), (k4 + d4));
usr.bin/ssh/umac.c
493
h2 += MUL64((k4 + d0), (k8 + d4));
usr.bin/ssh/umac.c
513
k4 = k12; k5 = k13; k6 = k14; k7 = k15;
usr.sbin/unbound/testcode/unitlruhash.c
123
unit_assert( k->entry.hash == k4->entry.hash );
usr.sbin/unbound/testcode/unitlruhash.c
124
k4->entry.overflow_next = &k->entry;
usr.sbin/unbound/testcode/unitlruhash.c
125
k3->entry.overflow_next = &k4->entry;
usr.sbin/unbound/testcode/unitlruhash.c
140
unit_assert( bin_find_entry(table, &bin, k4->entry.hash, k4, NULL)
usr.sbin/unbound/testcode/unitlruhash.c
141
== &k4->entry );
usr.sbin/unbound/testcode/unitlruhash.c
143
bin_overflow_remove(&bin, &k4->entry);
usr.sbin/unbound/testcode/unitlruhash.c
145
unit_assert( bin_find_entry(table, &bin, k4->entry.hash, k4, NULL) == NULL);
usr.sbin/unbound/testcode/unitlruhash.c
157
delkey(k4);
usr.sbin/unbound/testcode/unitlruhash.c
87
testkey_type* k4 = newkey(12 + 1024*2);