summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp/e_camellia.c
AgeCommit message (Expand)Author
2022-11-26Make internal header file names consistentTheo Buehler
2022-09-10Use correct length for EVP CFB mode ciphers.Joel Sing
2022-09-06Stop casting a size_t to a long and then passing it as a size_t.Joel Sing
2022-09-04Remove dead code.Joel Sing
2022-09-04Rearrange some functions.Joel Sing
2022-09-04Mechanically expand IMPLEMENT_CFBR macros.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2015-02-10Remove unnecessary include of assert.hMiod Vallat
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-11c-file-style hints, begone; ok beckTheo de Raadt
2014-05-08KNF.Joel Sing
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@Miod Vallat
2008-09-06import of OpenSSL 0.9.8hDamien Miller