aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/mem_ops.h
Commit message (Expand)AuthorAgeFilesLines
* Move allocator initializer RAII class to mem_ops.hJack Lloyd2018-02-191-0/+6
* Alternate method of forcing allocator initializationJack Lloyd2018-02-041-0/+5
* Use memcpy trick in 3-arg xor_buf alsoJack Lloyd2017-10-131-23/+17
* Somewhat faster xor_bufJack Lloyd2017-10-121-18/+15
* OCB optimizationsJack Lloyd2017-10-121-7/+59
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-0/+20
* Add annotation so GCC/Clang/MSVC know it is an allocation function.Jack Lloyd2017-09-301-1/+1
* In secure_allocator, hide mlock/new usage in a function in mem_opsJack Lloyd2017-09-291-0/+18
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Complete the final annotation changesJack Lloyd2017-09-191-3/+3
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Fix Doxygen comment problemsJack Lloyd2017-09-171-4/+4
* De-inline xor_buf, add SIMD and unrollingJack Lloyd2017-09-161-23/+23
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-8/+8
* Rename zero_mem to secure_scrub_memoryJack Lloyd2016-11-031-9/+34
* Use memcpy instead of misaligned pointer casts for reading words.Jack Lloyd2015-12-311-61/+5
* Guard all std::mem* ops against any call with zero length.Jack Lloyd2015-12-251-3/+12
* Internal header cleanupsJack Lloyd2015-09-191-0/+127
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Have clear_mem just be a plain memset and only call the (slow)lloyd2014-08-091-1/+1
* Move lib into srclloyd2014-01-101-0/+75