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