TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
4087c47043cb7b8b51e69f1de47ab6a2bccead3d
/
library
/
camellia.c
4087c47
Added mechanism to provide alternative cipher / hash implementations
by Paul Bakker
· 12 years ago
5c2364c
- Moved from unsigned long to uint32_t throughout code
by Paul Bakker
· 13 years ago
369e14b
- Small code rewrite
by Paul Bakker
· 13 years ago
33008ee
- Cleaned up define
by Paul Bakker
· 14 years ago
1ef71df
- Updated unsignedness in some missed cases
by Paul Bakker
· 14 years ago
23986e5
- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops
by Paul Bakker
· 14 years ago
b6ecaf5
- Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR, XTEA-CBC
by Paul Bakker
· 14 years ago
b96f154
- Fixed copyright message
by Paul Bakker
· 15 years ago
84f12b7
- Updated Copyright to correct entity
by Paul Bakker
· 15 years ago
fc8c436
- Updated copyright line to 2010
by Paul Bakker
· 15 years ago
f3ccc68
- Fixed cipher interface for encrypt/decrypt functions
by Paul Bakker
· 15 years ago
ff60ee6
- Added const-correctness to main codebase
by Paul Bakker
· 15 years ago
77b385e
- Updated copyright messages on all relevant files
by Paul Bakker
· 16 years ago
2b222c8
- Changed interface for AES and Camellia setkey functions to indicate invalid key lengths.
by Paul Bakker
· 16 years ago
c2547b0
- Surpress warning of unused 'mode' parameter in Camellia
by Paul Bakker
· 16 years ago
c81f6c3
- Made Camellia use uint32_t for 64-bit compatibility
by Paul Bakker
· 16 years ago
026c03b
- Made changes for better compatibility with old-style C compilers
by Paul Bakker
· 16 years ago
785a9ee
- Added email address to header license information
by Paul Bakker
· 17 years ago
864801e
- Added license replacement script
by Paul Bakker
· 17 years ago
fa049db
- Added POLARSSL_CAMELLIA_SMALL_MEMORY define for SBOX'es
by Paul Bakker
· 17 years ago
c32c6b5
- Minimally optimized camellia_feistel() - Removed debug code
by Paul Bakker
· 17 years ago
b5ef0ba
- Added SSL_RSA_CAMELLIA_128_SHA, SSL_RSA_CAMELLIA_256_SHA, SSL_EDH_RSA_CAMELLIA_256_SHA ciphersuites to SSL
by Paul Bakker
· 17 years ago
38119b1
- Added first version of Camellia
by Paul Bakker
· 17 years ago