Symbol: K1
common/lib/libc/hash/rmd160/rmd160.c
226
R(e, a, b, c, d, F1, K1, 7, 7);
common/lib/libc/hash/rmd160/rmd160.c
227
R(d, e, a, b, c, F1, K1, 6, 4);
common/lib/libc/hash/rmd160/rmd160.c
228
R(c, d, e, a, b, F1, K1, 8, 13);
common/lib/libc/hash/rmd160/rmd160.c
229
R(b, c, d, e, a, F1, K1, 13, 1);
common/lib/libc/hash/rmd160/rmd160.c
230
R(a, b, c, d, e, F1, K1, 11, 10);
common/lib/libc/hash/rmd160/rmd160.c
231
R(e, a, b, c, d, F1, K1, 9, 6);
common/lib/libc/hash/rmd160/rmd160.c
232
R(d, e, a, b, c, F1, K1, 7, 15);
common/lib/libc/hash/rmd160/rmd160.c
233
R(c, d, e, a, b, F1, K1, 15, 3);
common/lib/libc/hash/rmd160/rmd160.c
234
R(b, c, d, e, a, F1, K1, 7, 12);
common/lib/libc/hash/rmd160/rmd160.c
235
R(a, b, c, d, e, F1, K1, 12, 0);
common/lib/libc/hash/rmd160/rmd160.c
236
R(e, a, b, c, d, F1, K1, 15, 9);
common/lib/libc/hash/rmd160/rmd160.c
237
R(d, e, a, b, c, F1, K1, 9, 5);
common/lib/libc/hash/rmd160/rmd160.c
238
R(c, d, e, a, b, F1, K1, 11, 2);
common/lib/libc/hash/rmd160/rmd160.c
239
R(b, c, d, e, a, F1, K1, 7, 14);
common/lib/libc/hash/rmd160/rmd160.c
240
R(a, b, c, d, e, F1, K1, 13, 11);
common/lib/libc/hash/rmd160/rmd160.c
241
R(e, a, b, c, d, F1, K1, 12, 8); /* #31 */
lib/libcrypt/crypt.c
709
DCL_BLOCK(K, K0, K1);
lib/libcrypt/crypt.c
719
PERM6464(K,K0,K1,(const unsigned char *)key,(C_block *)PC1ROT);
lib/libcrypt/crypt.c
721
STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help);
lib/libcrypt/crypt.c
724
STORE(K,K0,K1,*help);
lib/libcrypt/crypt.c
726
PERM6464(K,K0,K1,(const unsigned char *)help,ptabp);
lib/libcrypt/crypt.c
727
STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help);
sys/dev/ipmi.c
1430
char K1, K2;
sys/dev/ipmi.c
1441
K1 = signextend(s1->rbexp & 0xF, 4);
sys/dev/ipmi.c
1450
v2 = powx(FIX10, INT2FIX(K1 + K2 + adj));
sys/dev/pci/if_iwmreg.h
6770
uint8_t K1[16];