aboutsummaryrefslogtreecommitdiff
path: root/crypto/camellia/cmll_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/camellia/cmll_local.h')
-rw-r--r--crypto/camellia/cmll_local.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/crypto/camellia/cmll_local.h b/crypto/camellia/cmll_local.h
index c1d940d3d8f8..f585994ff9e8 100644
--- a/crypto/camellia/cmll_local.h
+++ b/crypto/camellia/cmll_local.h
@@ -23,21 +23,21 @@
*/
#ifndef OSSL_CRYPTO_CAMELLIA_CMLL_LOCAL_H
-# define OSSL_CRYPTO_CAMELLIA_CMLL_LOCAL_H
+#define OSSL_CRYPTO_CAMELLIA_CMLL_LOCAL_H
typedef unsigned int u32;
typedef unsigned char u8;
int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
- KEY_TABLE_TYPE keyTable);
+ KEY_TABLE_TYPE keyTable);
void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[],
- const KEY_TABLE_TYPE keyTable,
- u8 ciphertext[]);
+ const KEY_TABLE_TYPE keyTable,
+ u8 ciphertext[]);
void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
- const KEY_TABLE_TYPE keyTable,
- u8 plaintext[]);
+ const KEY_TABLE_TYPE keyTable,
+ u8 plaintext[]);
void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
- const KEY_TABLE_TYPE keyTable, u8 ciphertext[]);
+ const KEY_TABLE_TYPE keyTable, u8 ciphertext[]);
void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
- const KEY_TABLE_TYPE keyTable, u8 plaintext[]);
-#endif /* #ifndef OSSL_CRYPTO_CAMELLIA_CMLL_LOCAL_H */
+ const KEY_TABLE_TYPE keyTable, u8 plaintext[]);
+#endif /* #ifndef OSSL_CRYPTO_CAMELLIA_CMLL_LOCAL_H */