klr 547 crypto/camellia_generic.c u32 kll, klr, krl, krr; klr 556 crypto/camellia_generic.c klr = get_unaligned_be32(key + 4); klr 562 crypto/camellia_generic.c subL[0] = kll; subR[0] = klr; klr 566 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); klr 568 crypto/camellia_generic.c subL[4] = kll; subR[4] = klr; klr 572 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 30); klr 574 crypto/camellia_generic.c subL[10] = kll; subR[10] = klr; klr 578 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); klr 582 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 17); klr 584 crypto/camellia_generic.c subL[16] = kll; subR[16] = klr; klr 588 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 17); klr 590 crypto/camellia_generic.c subL[18] = kll; subR[18] = klr; klr 594 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 17); klr 596 crypto/camellia_generic.c subL[22] = kll; subR[22] = klr; klr 601 crypto/camellia_generic.c kll = subL[0]; klr = subR[0]; klr 603 crypto/camellia_generic.c CAMELLIA_F(kll, klr, klr 609 crypto/camellia_generic.c kll, klr, il, ir, t0, t1); klr 611 crypto/camellia_generic.c CAMELLIA_F(kll, klr, klr 618 crypto/camellia_generic.c kll ^= w0; klr ^= w1; klr 622 crypto/camellia_generic.c subL[2] = kll; subR[2] = klr; klr 624 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); klr 626 crypto/camellia_generic.c subL[6] = kll; subR[6] = klr; klr 628 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); klr 630 crypto/camellia_generic.c subL[8] = kll; subR[8] = klr; klr 632 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); klr 634 crypto/camellia_generic.c subL[12] = kll; subR[12] = klr; klr 635 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); klr 637 crypto/camellia_generic.c subL[14] = kll; subR[14] = klr; klr 639 crypto/camellia_generic.c ROLDQo32(kll, klr, krl, krr, w0, w1, 34); klr 641 crypto/camellia_generic.c subL[20] = kll; subR[20] = klr; klr 643 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 17); klr 645 crypto/camellia_generic.c subL[24] = kll; subR[24] = klr; klr 653 crypto/camellia_generic.c u32 kll, klr, krl, krr; /* left half of key */ klr 664 crypto/camellia_generic.c klr = get_unaligned_be32(key + 4); klr 674 crypto/camellia_generic.c subL[0] = kll; subR[0] = klr; klr 677 crypto/camellia_generic.c ROLDQo32(kll, klr, krl, krr, w0, w1, 45); klr 679 crypto/camellia_generic.c subL[12] = kll; subR[12] = klr; klr 682 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); klr 684 crypto/camellia_generic.c subL[16] = kll; subR[16] = klr; klr 687 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 17); klr 689 crypto/camellia_generic.c subL[22] = kll; subR[22] = klr; klr 692 crypto/camellia_generic.c ROLDQo32(kll, klr, krl, krr, w0, w1, 34); klr 694 crypto/camellia_generic.c subL[30] = kll; subR[30] = klr; klr 722 crypto/camellia_generic.c kll = subL[0] ^ krll; klr = subR[0] ^ krlr; klr 724 crypto/camellia_generic.c CAMELLIA_F(kll, klr, klr 730 crypto/camellia_generic.c kll, klr, il, ir, t0, t1); klr 731 crypto/camellia_generic.c kll ^= krll; klr ^= krlr; klr 732 crypto/camellia_generic.c CAMELLIA_F(kll, klr, klr 739 crypto/camellia_generic.c kll ^= w0; klr ^= w1; klr 742 crypto/camellia_generic.c krll ^= kll; krlr ^= klr; klr 754 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 15); klr 756 crypto/camellia_generic.c subL[6] = kll; subR[6] = klr; klr 759 crypto/camellia_generic.c ROLDQ(kll, klr, krl, krr, w0, w1, 30); klr 761 crypto/camellia_generic.c subL[14] = kll; subR[14] = klr; klr 766 crypto/camellia_generic.c subL[24] = klr; subR[24] = krl; klr 770 crypto/camellia_generic.c ROLDQo32(kll, klr, krl, krr, w0, w1, 49); klr 772 crypto/camellia_generic.c subL[28] = kll; subR[28] = klr; klr 819 crypto/camellia_generic.c #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ klr 827 crypto/camellia_generic.c t1 = klr; \