Symbol: CAMELLIA_RL1
sys/crypto/camellia/camellia.c
135
lr ^= CAMELLIA_RL1(t0); \
sys/crypto/camellia/camellia.c
141
rr ^= CAMELLIA_RL1(t3); \
sys/crypto/camellia/camellia.c
520
dw = subl(1) & subl(9), subr(1) ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
525
dw = subl(1) & subl(17), subr(1) ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
537
dw = kw4l & subl(16), kw4r ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
542
dw = kw4l & subl(8), kw4r ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
562
dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
570
dw = tl & subl(9), tr = subr(7) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
582
dw = tl & subl(16), tr = subr(18) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
590
dw = tl & subl(17), tr = subr(15) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
757
dw = subl(1) & subl(9), subr(1) ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
762
dw = subl(1) & subl(17), subr(1) ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
767
dw = subl(1) & subl(25), subr(1) ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
780
dw = kw4l & subl(24), kw4r ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
785
dw = kw4l & subl(16), kw4r ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
790
dw = kw4l & subl(8), kw4r ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
810
dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
818
dw = tl & subl(9), tr = subr(7) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
830
dw = tl & subl(16), tr = subr(18) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
838
dw = tl & subl(17), tr = subr(15) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
850
dw = tl & subl(24), tr = subr(26) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
858
dw = tl & subl(25), tr = subr(23) ^ CAMELLIA_RL1(dw);