krl 1089 arch/x86/crypto/camellia_glue.c u64 krl, krr; /* right half of key */ krl 1098 arch/x86/crypto/camellia_glue.c krl = get_unaligned_be64(key + 16); krl 1128 arch/x86/crypto/camellia_glue.c ROLDQ(krl, krr, 15); krl 1130 arch/x86/crypto/camellia_glue.c subRL[4] = krl; krl 1133 arch/x86/crypto/camellia_glue.c ROLDQ(krl, krr, 15); krl 1135 arch/x86/crypto/camellia_glue.c subRL[8] = krl; krl 1138 arch/x86/crypto/camellia_glue.c ROLDQ(krl, krr, 30); krl 1140 arch/x86/crypto/camellia_glue.c subRL[18] = krl; krl 1143 arch/x86/crypto/camellia_glue.c ROLDQ(krl, krr, 34); krl 1145 arch/x86/crypto/camellia_glue.c subRL[26] = krl; krl 1148 arch/x86/crypto/camellia_glue.c ROLDQ(krl, krr, 34); krl 1151 arch/x86/crypto/camellia_glue.c kl = subRL[0] ^ krl; krl 1157 arch/x86/crypto/camellia_glue.c kl ^= krl; krl 1164 arch/x86/crypto/camellia_glue.c krl ^= kl; krl 1166 arch/x86/crypto/camellia_glue.c CAMELLIA_F(krl, CAMELLIA_SIGMA5L, CAMELLIA_SIGMA5R, ww); krl 1169 arch/x86/crypto/camellia_glue.c krl ^= ww; krl 1197 arch/x86/crypto/camellia_glue.c subRL[2] = krl; krl 1200 arch/x86/crypto/camellia_glue.c ROLDQ(krl, krr, 30); krl 1202 arch/x86/crypto/camellia_glue.c subRL[10] = krl; krl 1205 arch/x86/crypto/camellia_glue.c ROLDQ(krl, krr, 30); krl 1207 arch/x86/crypto/camellia_glue.c subRL[20] = krl; krl 1210 arch/x86/crypto/camellia_glue.c ROLDQ(krl, krr, 51); krl 1212 arch/x86/crypto/camellia_glue.c subRL[32] = krl; krl 1222 arch/x86/crypto/camellia_glue.c u64 krl, krr; krl 1225 arch/x86/crypto/camellia_glue.c memcpy((unsigned char *)&krl, key+16, 8); krl 1226 arch/x86/crypto/camellia_glue.c krr = ~krl; krl 547 crypto/camellia_generic.c u32 kll, klr, krl, krr; krl 557 crypto/camellia_generic.c krl = get_unaligned_be32(key + 8); krl 564 crypto/camellia_generic.c subL[1] = krl; subR[1] = krr; krl 566 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); krl 570 crypto/camellia_generic.c subL[5] = krl; subR[5] = krr; krl 572 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 30); krl 576 crypto/camellia_generic.c subL[11] = krl; subR[11] = krr; krl 578 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); krl 580 crypto/camellia_generic.c subL[13] = krl; subR[13] = krr; krl 582 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 17); krl 586 crypto/camellia_generic.c subL[17] = krl; subR[17] = krr; krl 588 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 17); krl 592 crypto/camellia_generic.c subL[19] = krl; subR[19] = krr; krl 594 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 17); krl 598 crypto/camellia_generic.c subL[23] = krl; subR[23] = krr; krl 602 crypto/camellia_generic.c krl = subL[1]; krr = subR[1]; krl 606 crypto/camellia_generic.c krl ^= w0; krr ^= w1; krl 607 crypto/camellia_generic.c CAMELLIA_F(krl, krr, krl 613 crypto/camellia_generic.c krl, krr, il, ir, t0, t1); krl 614 crypto/camellia_generic.c krl ^= w0; krr ^= w1; krl 615 crypto/camellia_generic.c CAMELLIA_F(krl, krr, krl 623 crypto/camellia_generic.c subL[3] = krl; subR[3] = krr; krl 624 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); krl 627 crypto/camellia_generic.c subL[7] = krl; subR[7] = krr; krl 628 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); krl 631 crypto/camellia_generic.c subL[9] = krl; subR[9] = krr; krl 632 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); krl 635 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); krl 638 crypto/camellia_generic.c subL[15] = krl; subR[15] = krr; krl 639 crypto/camellia_generic.c ROLDQo32(kll, klr, krl, krr, w0, w1, 34); krl 642 crypto/camellia_generic.c subL[21] = krl; subR[21] = krr; krl 643 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 17); krl 646 crypto/camellia_generic.c subL[25] = krl; subR[25] = krr; krl 653 crypto/camellia_generic.c u32 kll, klr, krl, krr; /* left half of key */ krl 665 crypto/camellia_generic.c krl = get_unaligned_be32(key + 8); krl 676 crypto/camellia_generic.c subL[1] = krl; subR[1] = krr; krl 677 crypto/camellia_generic.c ROLDQo32(kll, klr, krl, krr, w0, w1, 45); krl 681 crypto/camellia_generic.c subL[13] = krl; subR[13] = krr; krl 682 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); krl 686 crypto/camellia_generic.c subL[17] = krl; subR[17] = krr; krl 687 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 17); krl 691 crypto/camellia_generic.c subL[23] = krl; subR[23] = krr; krl 692 crypto/camellia_generic.c ROLDQo32(kll, klr, krl, krr, w0, w1, 34); krl 696 crypto/camellia_generic.c subL[31] = krl; subR[31] = krr; krl 723 crypto/camellia_generic.c krl = subL[1] ^ krrl; krr = subR[1] ^ krrr; krl 727 crypto/camellia_generic.c krl ^= w0; krr ^= w1; krl 728 crypto/camellia_generic.c CAMELLIA_F(krl, krr, krl 734 crypto/camellia_generic.c krl, krr, il, ir, t0, t1); krl 735 crypto/camellia_generic.c krl ^= w0 ^ krrl; krr ^= w1 ^ krrr; krl 736 crypto/camellia_generic.c CAMELLIA_F(krl, krr, krl 743 crypto/camellia_generic.c krrl ^= krl; krrr ^= krr; krl 754 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); krl 758 crypto/camellia_generic.c subL[7] = krl; subR[7] = krr; krl 759 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 30); krl 763 crypto/camellia_generic.c subL[15] = krl; subR[15] = krr; krl 766 crypto/camellia_generic.c subL[24] = klr; subR[24] = krl; krl 770 crypto/camellia_generic.c ROLDQo32(kll, klr, krl, krr, w0, w1, 49); krl 774 crypto/camellia_generic.c subL[29] = krl; subR[29] = krr; krl 819 crypto/camellia_generic.c #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ krl 826 crypto/camellia_generic.c t3 = krl; \