u8 745 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c int rijndaelKeySetupEnc(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) { u8 831 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c int rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) { u8 871 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 ct[16]) { u8 1052 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c void rijndaelDecrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 ct[16], u8 pt[16]) {