kw4l 368 crypto/camellia_generic.c u32 kw4l, kw4r; kw4l 400 crypto/camellia_generic.c kw4l = subL[25]; kw4r = subR[25]; kw4l 415 crypto/camellia_generic.c kw4l = subL[33]; kw4r = subR[33]; kw4l 417 crypto/camellia_generic.c subL[30] ^= kw4l; subR[30] ^= kw4r; kw4l 419 crypto/camellia_generic.c subL[28] ^= kw4l; subR[28] ^= kw4r; kw4l 421 crypto/camellia_generic.c subL[26] ^= kw4l; subR[26] ^= kw4r; kw4l 422 crypto/camellia_generic.c kw4l ^= kw4r & ~subR[24]; kw4l 423 crypto/camellia_generic.c dw = kw4l & subL[24]; kw4l 427 crypto/camellia_generic.c subL[22] ^= kw4l; subR[22] ^= kw4r; kw4l 429 crypto/camellia_generic.c subL[20] ^= kw4l; subR[20] ^= kw4r; kw4l 431 crypto/camellia_generic.c subL[18] ^= kw4l; subR[18] ^= kw4r; kw4l 432 crypto/camellia_generic.c kw4l ^= kw4r & ~subR[16]; kw4l 433 crypto/camellia_generic.c dw = kw4l & subL[16]; kw4l 436 crypto/camellia_generic.c subL[14] ^= kw4l; subR[14] ^= kw4r; kw4l 438 crypto/camellia_generic.c subL[12] ^= kw4l; subR[12] ^= kw4r; kw4l 440 crypto/camellia_generic.c subL[10] ^= kw4l; subR[10] ^= kw4r; kw4l 441 crypto/camellia_generic.c kw4l ^= kw4r & ~subR[8]; kw4l 442 crypto/camellia_generic.c dw = kw4l & subL[8]; kw4l 445 crypto/camellia_generic.c subL[6] ^= kw4l; subR[6] ^= kw4r; kw4l 447 crypto/camellia_generic.c subL[4] ^= kw4l; subR[4] ^= kw4r; kw4l 449 crypto/camellia_generic.c subL[2] ^= kw4l; subR[2] ^= kw4r; kw4l 451 crypto/camellia_generic.c subL[0] ^= kw4l; subR[0] ^= kw4r;