K2                215 crypto/rmd160.c 	R(d, e, a, b, c, F2, K2, 11,  3);
K2                216 crypto/rmd160.c 	R(c, d, e, a, b, F2, K2, 13, 10);
K2                217 crypto/rmd160.c 	R(b, c, d, e, a, F2, K2,  6, 14);
K2                218 crypto/rmd160.c 	R(a, b, c, d, e, F2, K2,  7,  4);
K2                219 crypto/rmd160.c 	R(e, a, b, c, d, F2, K2, 14,  9);
K2                220 crypto/rmd160.c 	R(d, e, a, b, c, F2, K2,  9, 15);
K2                221 crypto/rmd160.c 	R(c, d, e, a, b, F2, K2, 13,  8);
K2                222 crypto/rmd160.c 	R(b, c, d, e, a, F2, K2, 15,  1);
K2                223 crypto/rmd160.c 	R(a, b, c, d, e, F2, K2, 14,  2);
K2                224 crypto/rmd160.c 	R(e, a, b, c, d, F2, K2,  8,  7);
K2                225 crypto/rmd160.c 	R(d, e, a, b, c, F2, K2, 13,  0);
K2                226 crypto/rmd160.c 	R(c, d, e, a, b, F2, K2,  6,  6);
K2                227 crypto/rmd160.c 	R(b, c, d, e, a, F2, K2,  5, 13);
K2                228 crypto/rmd160.c 	R(a, b, c, d, e, F2, K2, 12, 11);
K2                229 crypto/rmd160.c 	R(e, a, b, c, d, F2, K2,  7,  5);
K2                230 crypto/rmd160.c 	R(d, e, a, b, c, F2, K2,  5, 12); /* #47 */
K2               1264 dev/ipmi.c     	char	K1, K2;
K2               1271 dev/ipmi.c     	K2 = signextend(s1->rbexp >> 4, 4);
K2               1278 dev/ipmi.c     	val = ipow(M * v, K2 + adj) + ipow(B, K1 + K2 + adj);