summaryrefslogtreecommitdiffstats
path: root/crypto/camellia/cmll_ctr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11616)
* Deprecate Low Level Camellia APIsMatt Caswell2020-01-131-0/+6
| | | | | | | | Applications should instead use the higher level EVP APIs, e.g. EVP_Encrypt*() and EVP_Decrypt*(). Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10741)
* Following the license change, modify the boilerplates in crypto/camellia/Richard Levitte2018-12-061-1/+1
| | | | | | | [skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7779)
* Copyright consolidation 09/10Rich Salz2016-05-171-47/+6
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
| | | | | | | | | | | | This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
| | | | | | | Since we don't use the eay style any more, there's no point tryint to tell emacs to use it. Reviewed-by: Matt Caswell <matt@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-9/+9
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-041-1/+0
|
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
| | | | is picked up.
* Engage crypto/modes.Andy Polyakov2008-12-231-81/+2
|
* Fix asserts. Fix incorrect dependency.Ben Laurie2008-11-021-2/+3
|
* size_t-fy AES, Camellia and RC4.Andy Polyakov2008-10-311-3/+2
|
* Camellia cipher, contributed by NTTBodo Möller2006-06-101-0/+143
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller