aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | Fix PR 166lloyd2011-12-081-5/+9
|/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Split the SIMD implementations into their own modules and choose onelloyd2011-05-241-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will alsolloyd2011-04-251-6/+6
* | | | | | | | | | | | | | | | | | | | | | | | | Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-222-24/+24
* | | | | | | | | | | | | | | | | | | | | | | | | Add a --no-autoload examplelloyd2011-04-191-0/+4
|/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Add header guardlloyd2010-12-281-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | Add a simple but functioning implementation of Keccak. Only thelloyd2010-12-101-0/+9
* | | | | | | | | | | | | | | | | | | | | | | | Fix OpenSSL engine compile :/lloyd2010-12-013-8/+25
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Old function name, and made message confusing anywaylloyd2010-11-051-2/+1
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Was missing the Engine PBKDF lookup routinelloyd2010-11-041-0/+52
* | | | | | | | | | | | | | | | | | | | | | Remove unused includeslloyd2010-11-041-4/+0
* | | | | | | | | | | | | | | | | | | | | | Move PBKDF lookups to enginelloyd2010-11-047-1/+28
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | In all cases where the block size of the cipher is fixed, the keylloyd2010-10-141-2/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | More size_tlloyd2010-10-138-18/+18
|/ / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / Compile fixlloyd2010-10-131-5/+13
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Fix compilelloyd2010-10-131-1/+6
* | | | | | | | | | | | | | | | | | s/BLOCK_SIZE/block_size()/lloyd2010-10-131-1/+1
* | | | | | | | | | | | | | | | | | Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-132-11/+11
* | | | | | | | | | | | | | | | | | Use size_t for BufferedComputation::add_datalloyd2010-10-121-2/+2
* | | | | | | | | | | | | | | | | | Use size_t in SCAN_Namelloyd2010-10-125-10/+10
* | | | | | | | | | | | | | | | | | Use size_t instead of u32bit in all of pubkeylloyd2010-10-122-48/+48
* | | | | | | | | | | | | | | | | | Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-121-5/+6
* | | | | | | | | | | | | | | | | | Make names more consistentlloyd2010-10-013-2/+2
* | | | | | | | | | | | | | | | | | Fix macrolloyd2010-09-301-0/+1
* | | | | | | | | | | | | | | | | | Split SHA-2 into 32 and 64 bit versions; they are totally independentlloyd2010-09-301-2/+7
* | | | | | | | | | | | | | | | | | Fix OpenSSL engine WRT memory vector changes, append is no morelloyd2010-09-231-1/+3
* | | | | | | | | | | | | | | | | | Update the dynamic engine protocol. The initial version had an enginelloyd2010-09-081-30/+15
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Add also AES-192 using SSSE3lloyd2010-08-121-0/+2
* | | | | | | | | | | | | | | | | Support AES-256 is the SSSE3 implementationlloyd2010-08-121-0/+2
* | | | | | | | | | | | | | | | | Add an implementation of AES-128 using SSSE3 instructions. It runs inlloyd2010-08-091-0/+9
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Remove redundant setting for adding libdl link on Linux in dyn_engine;lloyd2010-07-281-4/+0
* | | | | | | | | | | | | | | | Add a version info function which returns a u32bit. The currentlylloyd2010-07-281-1/+12
* | | | | | | | | | | | | | | | Add a new utility class Dynamically_Loaded_Library which wraps aroundlloyd2010-07-273-0/+185
* | | | | | | | | | | | | | | | Rename Default_Engine to Core_Engine which describes its purposeslloyd2010-07-279-33/+31
* | | | | | | | | | | | | | | | merge of '17389a973545d2f8e25813894cdd2da1b01aa534'lloyd2010-07-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add support in CPUID for detecting PCMULUDQ and MOVBE instructions.lloyd2010-07-271-1/+1
* | | | | | | | | | | | | | | | | Add support for Camellia in OpenSSL enginelloyd2010-07-221-0/+6
* | | | | | | | | | | | | | | | | Avoid unused argument warninglloyd2010-07-221-1/+3
|/ / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / Consolidate the two engines that provided assembler implementationslloyd2010-07-136-81/+22
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | / Avoid unused parameter warninglloyd2010-06-221-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Doxygenlloyd2010-06-221-0/+7
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Compilation fixeslloyd2010-06-161-1/+3
* | | | | | | | | | | | | Move the implemention of the functions in the Engine base class into alloyd2010-06-163-33/+101
* | | | | | | | | | | | | Doxygen commentslloyd2010-06-161-14/+82
* | | | | | | | | | | | | Kill dead/unused functionlloyd2010-06-161-2/+0
* | | | | | | | | | | | | Also for Default_Enginelloyd2010-06-161-1/+0
* | | | | | | | | | | | | Don't hide funcions in engine subclasses that are public in baselloyd2010-06-165-5/+5
* | | | | | | | | | | | | More Doxygen updates/fixeslloyd2010-06-1510-11/+24
* | | | | | | | | | | | | Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-076-6/+6
* | | | | | | | | | | | | Remove FORK-256; it's obscure and has been definitively broken.lloyd2010-05-251-9/+0
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |