GETU32 461 source4/heimdal/lib/hcrypto/camellia-ntt.c kll = GETU32(key ); GETU32 462 source4/heimdal/lib/hcrypto/camellia-ntt.c klr = GETU32(key + 4); GETU32 463 source4/heimdal/lib/hcrypto/camellia-ntt.c krl = GETU32(key + 8); GETU32 464 source4/heimdal/lib/hcrypto/camellia-ntt.c krr = GETU32(key + 12); GETU32 675 source4/heimdal/lib/hcrypto/camellia-ntt.c kll = GETU32(key ); GETU32 676 source4/heimdal/lib/hcrypto/camellia-ntt.c klr = GETU32(key + 4); GETU32 677 source4/heimdal/lib/hcrypto/camellia-ntt.c krl = GETU32(key + 8); GETU32 678 source4/heimdal/lib/hcrypto/camellia-ntt.c krr = GETU32(key + 12); GETU32 679 source4/heimdal/lib/hcrypto/camellia-ntt.c krll = GETU32(key + 16); GETU32 680 source4/heimdal/lib/hcrypto/camellia-ntt.c krlr = GETU32(key + 20); GETU32 681 source4/heimdal/lib/hcrypto/camellia-ntt.c krrl = GETU32(key + 24); GETU32 682 source4/heimdal/lib/hcrypto/camellia-ntt.c krrr = GETU32(key + 28); GETU32 1412 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[0] = GETU32(plaintext); GETU32 1413 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[1] = GETU32(plaintext + 4); GETU32 1414 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[2] = GETU32(plaintext + 8); GETU32 1415 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[3] = GETU32(plaintext + 12); GETU32 1443 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[0] = GETU32(ciphertext); GETU32 1444 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[1] = GETU32(ciphertext + 4); GETU32 1445 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[2] = GETU32(ciphertext + 8); GETU32 1446 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[3] = GETU32(ciphertext + 12); GETU32 749 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c rk[0] = GETU32(cipherKey ); GETU32 750 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c rk[1] = GETU32(cipherKey + 4); GETU32 751 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c rk[2] = GETU32(cipherKey + 8); GETU32 752 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c rk[3] = GETU32(cipherKey + 12); GETU32 771 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c rk[4] = GETU32(cipherKey + 16); GETU32 772 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c rk[5] = GETU32(cipherKey + 20); GETU32 793 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c rk[6] = GETU32(cipherKey + 24); GETU32 794 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c rk[7] = GETU32(cipherKey + 28); GETU32 881 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = GETU32(pt ) ^ rk[0]; GETU32 882 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = GETU32(pt + 4) ^ rk[1]; GETU32 883 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = GETU32(pt + 8) ^ rk[2]; GETU32 884 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = GETU32(pt + 12) ^ rk[3]; GETU32 1062 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s0 = GETU32(ct ) ^ rk[0]; GETU32 1063 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s1 = GETU32(ct + 4) ^ rk[1]; GETU32 1064 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s2 = GETU32(ct + 8) ^ rk[2]; GETU32 1065 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c s3 = GETU32(ct + 12) ^ rk[3];