aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/def_engine/def_mode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Default_Engine to Core_Engine which describes its purposeslloyd2010-07-271-224/+0
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Similiar treatment for OFB which is also just a plain stream cipherlloyd2009-10-141-1/+1
* Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F...lloyd2009-10-141-3/+3
* Refactor Default_Engine::get_cipher so bits can be called from selftestlloyd2009-10-061-84/+99
* Add XTS mode, from IEEE P1619lloyd2009-04-161-0/+14
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-7/+9
* Add an Algorithm_Factory& argument to Engine::get_cipher to avoid alloyd2008-11-231-4/+3
* Library_State had two functions that did the same thing,lloyd2008-11-121-1/+1
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-0/+194
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-091-180/+0
* Simplify implementation of Default_Engine::get_cipher somewhatlloyd2008-11-081-94/+92
* Remove lookup.h use from EAXlloyd2008-11-081-2/+2
* Remove lookup.h from CTS modelloyd2008-11-081-2/+2
* Remove lookup.h use from ECB, CBC, CFBlloyd2008-11-081-6/+11
* Remove use of lookup.h from OFBlloyd2008-11-081-1/+1
* Remove use of lookup.h in CTR modelloyd2008-11-081-1/+1
* Rename eng_def.h to def_eng.hlloyd2008-11-081-1/+1
* Move most of the Default_Engine code into engine/def_engine, and thelloyd2008-11-081-0/+177