diff options
Diffstat (limited to 'src/lib/libcrypto/camellia/cmll_locl.h')
-rw-r--r-- | src/lib/libcrypto/camellia/cmll_locl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/camellia/cmll_locl.h b/src/lib/libcrypto/camellia/cmll_locl.h index 4a4d880d16..246b6ce1d8 100644 --- a/src/lib/libcrypto/camellia/cmll_locl.h +++ b/src/lib/libcrypto/camellia/cmll_locl.h | |||
@@ -71,7 +71,8 @@ | |||
71 | typedef unsigned int u32; | 71 | typedef unsigned int u32; |
72 | typedef unsigned char u8; | 72 | typedef unsigned char u8; |
73 | 73 | ||
74 | int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE keyTable); | 74 | int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, |
75 | KEY_TABLE_TYPE keyTable); | ||
75 | void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], | 76 | void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], |
76 | const KEY_TABLE_TYPE keyTable, u8 ciphertext[]); | 77 | const KEY_TABLE_TYPE keyTable, u8 ciphertext[]); |
77 | void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], | 78 | void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], |
@@ -80,4 +81,6 @@ void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], | |||
80 | const KEY_TABLE_TYPE keyTable, u8 ciphertext[]); | 81 | const KEY_TABLE_TYPE keyTable, u8 ciphertext[]); |
81 | void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[], | 82 | void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[], |
82 | const KEY_TABLE_TYPE keyTable, u8 plaintext[]); | 83 | const KEY_TABLE_TYPE keyTable, u8 plaintext[]); |
84 | int private_Camellia_set_key(const unsigned char *userKey, const int bits, | ||
85 | CAMELLIA_KEY *key); | ||
83 | #endif /* #ifndef HEADER_CAMELLIA_LOCL_H */ | 86 | #endif /* #ifndef HEADER_CAMELLIA_LOCL_H */ |