aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/def_engine
Commit message (Expand)AuthorAgeFilesLines
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-119-0/+1007
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-099-1137/+0
* Simplify implementation of Default_Engine::get_cipher somewhatlloyd2008-11-081-94/+92
* Remove lookup from parallel hash constructionlloyd2008-11-081-2/+7
* 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-089-8/+8
* Add virtual hook to remove dep of Default_Engine on Engine itselflloyd2008-11-081-0/+2
* Remove dependency on Default_Engine from pubkey codelloyd2008-11-082-0/+120
* Invoke HMAC constructor directly for PBKDF2 since it is hardcoded anywaylloyd2008-11-081-1/+2
* Add def_engine info.txtlloyd2008-11-081-0/+15
* Move most of the Default_Engine code into engine/def_engine, and thelloyd2008-11-087-0/+991