aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rijndael/rd_fst.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rijndael/rd_fst.h')
-rwxr-xr-xcrypto/rijndael/rd_fst.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/rijndael/rd_fst.h b/crypto/rijndael/rd_fst.h
index f093e5b477..fcace29478 100755
--- a/crypto/rijndael/rd_fst.h
+++ b/crypto/rijndael/rd_fst.h
@@ -39,9 +39,4 @@ int rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBit
void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 ct[16]);
void rijndaelDecrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 ct[16], u8 pt[16]);
-#ifdef INTERMEDIATE_VALUE_KAT
-void rijndaelEncryptRound(const u32 rk[/*4*(Nr + 1)*/], int Nr, u8 block[16], int rounds);
-void rijndaelDecryptRound(const u32 rk[/*4*(Nr + 1)*/], int Nr, u8 block[16], int rounds);
-#endif /* INTERMEDIATE_VALUE_KAT */
-
#endif /* __RIJNDAEL_ALG_FST_H */