aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | Use IS_XXX_FAMILY macros where usefullloyd2009-12-301-2/+1
* | | | | | | | | | | | | | | | | | | | | | | | Mark read/write prefetches as such, instead of read-only prefetchlloyd2009-12-291-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | Kill buf_op - was basically the prototype for Buffering_Filter.lloyd2009-12-283-176/+0
* | | | | | | | | | | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 5749645b3dc61c94f9b2980aa77...lloyd2009-12-273-0/+176
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 79ed5b0f9057b2d40335e268fdb...lloyd2009-12-273-0/+176
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Add a generalized Buffered_Operation. Relies on tr1 for sane callbackslloyd2009-12-273-0/+176
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | |
* | / | | | | | | | | | | | | | | | | | | | | | | Add debug source to build. Fix typo in source.lloyd2009-12-272-2/+1
|/ / / / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / / Add debug.h which is an internal-only header with debug functions thatlloyd2009-12-273-0/+65
|/ / / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / Add/fix doxygen commentslloyd2009-12-241-5/+12
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | / Replace time_t_to_tm with calendar_value which returns a struct representinglloyd2009-12-242-6/+24
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Wrap up whatever we're using for gmtime in an anon-namespace function do_gmtimelloyd2009-12-241-14/+19
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Fix compile of get_nanoseconds_clock for Windows.lloyd2009-12-231-2/+12
* | | | | | | | | | | | | | | | | | | | Add a static_cast<byte>() around get_byte just to keep VC++ quiet.lloyd2009-12-231-1/+3
* | | | | | | | | | | | | | | | | | | | Use unaligned reads/writes in xor_buf.h - bad macro name!lloyd2009-12-231-2/+2
* | | | | | | | | | | | | | | | | | | | Deal with unknown or mixed endian architectures properly. If known littlelloyd2009-12-231-22/+18
* | | | | | | | | | | | | | | | | | | | Add bswap_4 which swaps 4 Ts in parallel. Normally just uses reverse_bytes,lloyd2009-12-231-0/+50
* | | | | | | | | | | | | | | | | | | | Add GetSystemTimeAsFileTime as high res timer for Win32lloyd2009-12-221-7/+21
|/ / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / Fix simd_32 loadstor includeslloyd2009-12-222-3/+3
|/ / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-215-20/+27
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | / Add missing BOTAN_DLL exports.lloyd2009-12-162-7/+9
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Make many more headers internal-only.lloyd2009-12-1610-18/+20
* | | | | | | | | | | | | | | | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-169-17/+59
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-013-1/+118
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Make sure the SIMD_32 implementation we're using actually works on thelloyd2009-11-243-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Instead of having two asm_macr.h files being switched in based on modulelloyd2009-11-144-8/+0
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Use memcpy for bulk loads if algorithm endianness matches CPU endianess.lloyd2009-11-101-0/+9
* | | | | | | | | | | | Also #undef bool after including <altivec.h>lloyd2009-11-101-0/+1
* | | | | | | | | | | | Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via,lloyd2009-11-101-2/+11
* | | | | | | | | | | | Tick to 1.9.3-devlloyd2009-11-063-28/+15
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxeslloyd2009-11-044-4/+22
|/ / / / / / / / / /
* | | | | | | | | | Slight cleanups in the Altivec detection code for readability.lloyd2009-10-291-5/+12
* | | | | | | | | | Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-291-0/+46
* | | | | | | | | | Fix cpuid with icc (tested with 11.1)lloyd2009-10-291-2/+2
* | | | | | | | | | Give each version of SIMD_32 a public bswap()lloyd2009-10-293-11/+29
* | | | | | | | | | Add new function enabled() to each of the SIMD_32 instantiations which lloyd2009-10-293-1/+9
* | | | | | | | | | No ||= operator!lloyd2009-10-291-7/+7
* | | | | | | | | | Add CPUID::have_altivec for AltiVec runtime detection.lloyd2009-10-292-0/+61
* | | | | | | | | | Use register writes in the Altivec code for stores because Altivec's handlinglloyd2009-10-291-7/+16
* | | | | | | | | | Kill realnames on new modules not in mailinelloyd2009-10-291-2/+0
* | | | | | | | | | propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6...lloyd2009-10-295-0/+575
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add copyright + license on the new SIMD fileslloyd2009-10-284-2/+14
| * | | | | | | | | | Add an AltiVec SIMD_32 implementation. Tested and works for Serpent and XTEAlloyd2009-10-281-0/+178
| * | | | | | | | | | Define SSE rotate_right in terms of rotate left, and load_be in termslloyd2009-10-281-3/+2
| * | | | | | | | | | Add subtraction operators to SIMD_32 classes, needed for XTEA decryptlloyd2009-10-262-0/+26
| * | | | | | | | | | Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32lloyd2009-10-264-0/+360
* | | | | | | | | | | Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-295-10/+0
|/ / / / / / / / / /
* | | | | | | | | | Add ; after call to VC++'s __cpuid, not a macrolloyd2009-10-251-1/+1
* | | | | | | | | | Cast the u32bit output array to an int* when calling the VC++ intrinsic,lloyd2009-10-251-3/+6
* | | | | | | | | | Add new store_[l|b]e variants taking 8 values.lloyd2009-10-231-16/+108
* | | | | | | | | | Enable CPUID on x86 (checking wrong macro name)lloyd2009-10-211-1/+1
|/ / / / / / / / /