Changeset 230 for trunk/include
- Timestamp:
- May 1, 2009, 12:30:57 AM (16 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/rijndael-alg-fst.h
r1 r230 34 34 int rijndaelDecrypt(word8 a[16], word8 b[16], word8 rk[MAXROUNDS+1][4][4], int ROUNDS); 35 35 36 #ifdef INTERMEDIATE_VALUE_KAT 37 int rijndaelEncryptRound(word8 a[4][4], word8 rk[MAXROUNDS+1][4][4], int ROUNDS, int rounds); 38 int rijndaelDecryptRound(word8 a[4][4], word8 rk[MAXROUNDS+1][4][4], int ROUNDS, int rounds); 39 #endif 40 36 41 /* SH_ENCRYPT */ 37 42 #endif -
trunk/include/rijndael-api-fst.h
r68 r230 96 96 int blockDecrypt(cipherInstance *cipher, keyInstance *key, 97 97 RIJ_BYTE *input, int inputLen, RIJ_BYTE *outBuffer); 98 #ifdef INTERMEDIATE_VALUE_KAT 99 int cipherUpdateRounds(cipherInstance *cipher, keyInstance *key, 100 RIJ_BYTE *input, int inputLen, RIJ_BYTE *outBuffer, int rounds); 101 #endif 98 102 99 103 /* SH_ENCRYPT */
Note:
See TracChangeset
for help on using the changeset viewer.