Symbol: K0
common/lib/libc/hash/rmd160/rmd160.c
209
R(a, b, c, d, e, F0, K0, 11, 0);
common/lib/libc/hash/rmd160/rmd160.c
210
R(e, a, b, c, d, F0, K0, 14, 1);
common/lib/libc/hash/rmd160/rmd160.c
211
R(d, e, a, b, c, F0, K0, 15, 2);
common/lib/libc/hash/rmd160/rmd160.c
212
R(c, d, e, a, b, F0, K0, 12, 3);
common/lib/libc/hash/rmd160/rmd160.c
213
R(b, c, d, e, a, F0, K0, 5, 4);
common/lib/libc/hash/rmd160/rmd160.c
214
R(a, b, c, d, e, F0, K0, 8, 5);
common/lib/libc/hash/rmd160/rmd160.c
215
R(e, a, b, c, d, F0, K0, 7, 6);
common/lib/libc/hash/rmd160/rmd160.c
216
R(d, e, a, b, c, F0, K0, 9, 7);
common/lib/libc/hash/rmd160/rmd160.c
217
R(c, d, e, a, b, F0, K0, 11, 8);
common/lib/libc/hash/rmd160/rmd160.c
218
R(b, c, d, e, a, F0, K0, 13, 9);
common/lib/libc/hash/rmd160/rmd160.c
219
R(a, b, c, d, e, F0, K0, 14, 10);
common/lib/libc/hash/rmd160/rmd160.c
220
R(e, a, b, c, d, F0, K0, 15, 11);
common/lib/libc/hash/rmd160/rmd160.c
221
R(d, e, a, b, c, F0, K0, 6, 12);
common/lib/libc/hash/rmd160/rmd160.c
222
R(c, d, e, a, b, F0, K0, 7, 13);
common/lib/libc/hash/rmd160/rmd160.c
223
R(b, c, d, e, a, F0, K0, 9, 14);
common/lib/libc/hash/rmd160/rmd160.c
224
R(a, b, c, d, e, F0, K0, 8, 15); /* #15 */
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);