Symbol: CAMELLIA_RL1
sys/crypto/camellia/camellia.c
132
lr ^= CAMELLIA_RL1(t0); \
sys/crypto/camellia/camellia.c
138
rr ^= CAMELLIA_RL1(t3); \
sys/crypto/camellia/camellia.c
517
dw = subl(1) & subl(9), subr(1) ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
522
dw = subl(1) & subl(17), subr(1) ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
534
dw = kw4l & subl(16), kw4r ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
539
dw = kw4l & subl(8), kw4r ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
559
dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
567
dw = tl & subl(9), tr = subr(7) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
579
dw = tl & subl(16), tr = subr(18) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
587
dw = tl & subl(17), tr = subr(15) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
754
dw = subl(1) & subl(9), subr(1) ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
759
dw = subl(1) & subl(17), subr(1) ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
764
dw = subl(1) & subl(25), subr(1) ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
777
dw = kw4l & subl(24), kw4r ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
782
dw = kw4l & subl(16), kw4r ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
787
dw = kw4l & subl(8), kw4r ^= CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
807
dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
815
dw = tl & subl(9), tr = subr(7) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
827
dw = tl & subl(16), tr = subr(18) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
835
dw = tl & subl(17), tr = subr(15) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
847
dw = tl & subl(24), tr = subr(26) ^ CAMELLIA_RL1(dw);
sys/crypto/camellia/camellia.c
855
dw = tl & subl(25), tr = subr(23) ^ CAMELLIA_RL1(dw);