summaryrefslogtreecommitdiffstats
path: root/crypto/modes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-09-112-2/+2
* modes/ocb128.c: readability and formatting improvements.Andy Polyakov2018-07-091-15/+5
* modes/ocb128.c: improve the calculation of double maskDesWurstes2018-07-091-1/+1
* modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.Andy Polyakov2018-07-011-5/+2
* PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov2018-06-251-1/+11
* Update copyright yearMatt Caswell2018-06-202-2/+2
* modes/ocb128.c: Reset nonce-dependent variables on setivMingtao Yang2018-06-082-67/+69
* PPC assembly pack: correct POWER9 results.Andy Polyakov2018-06-031-1/+1
* modes/gcm128.c: coalesce calls to GHASH.Andy Polyakov2018-06-032-34/+249
* Reduce minimal out length in CRYPTO_128_unwrap_padYihong Wang2018-05-301-6/+8
* Update copyright yearMatt Caswell2018-05-291-1/+1
* PPC assembly pack: add POWER9 results.Andy Polyakov2018-05-101-0/+1
* Update copyright yearMatt Caswell2018-05-011-1/+1
* ARM assembly pack: make it work with older assembler.Andy Polyakov2018-04-231-0/+2
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code if alloc returns NULLRich Salz2018-04-051-4/+7
* Harmonize the make variables across all known platforms familiesRichard Levitte2018-02-141-4/+2
* Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte2018-01-281-2/+5
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* fix compile error 'intrinsic function not declared'EasySec2018-01-081-0/+1
* modes/asm/ghashv8-armx.pl: handle lengths not divisible by 4x.Andy Polyakov2017-12-041-9/+137
* modes/asm/ghashv8-armx.pl: optimize modulo-scheduled loop.Andy Polyakov2017-12-041-31/+28
* modes/asm/ghashv8-armx.pl: modulo-schedule loop.Andy Polyakov2017-12-041-3/+70
* modes/asm/ghashv8-armx.pl: implement 4x aggregate factor.Andy Polyakov2017-12-041-12/+171
* ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov2017-11-131-0/+1
* Many spelling fixes/typo's corrected.Josh Soref2017-11-125-8/+8
* s390x assembly pack: extend s390x capability vector.Patrick Steuer2017-10-302-4/+10
* s390x assembly pack: remove capability double-checking.Patrick Steuer2017-10-171-11/+2
* modes/gcm128.c: harmonize GCM_MUL macro with GHASH.Andy Polyakov2017-10-171-45/+56
* Remove email addresses from source code.Rich Salz2017-10-133-12/+7
* crypto/cryptlib.c: mask more capability bits upon FXSR bit flip.Andy Polyakov2017-09-011-2/+1
* x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.Andy Polyakov2017-07-212-0/+5
* Undo commit cd359b2Rich Salz2017-07-051-41/+0
* modes/ocb128.c: address undefined behaviour warning.Andy Polyakov2017-05-261-58/+58
* Remove filename argument to x86 asm_init.David Benjamin2017-05-111-1/+1
* modes/ocb128.c: fix misaligned access in ILP32 builds on 64-bit processors.Andy Polyakov2017-03-221-1/+1
* Don't call memcpy if len is zero.Rich Salz2017-02-211-0/+6
* ARMv4 assembly pack: harmonize Thumb-ification of iOS build.Andy Polyakov2017-02-151-1/+5
* modes/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov2017-02-132-0/+61
* x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov2017-02-061-12/+23
* modes/ctr128.c: fix false carry in counter increment procedure.Andy Polyakov2016-11-251-1/+1
* Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte2016-11-032-829/+0
* x86_64 assembly pack: add Goldmont performance results.Andy Polyakov2016-10-241-0/+1
* Remove trailing whitespace from some files.David Benjamin2016-10-114-10/+10
* modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.Andy Polyakov2016-09-031-1/+3
* ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov2016-08-161-0/+1
* spelling fixes, just comments and readme.klemens2016-08-061-3/+3
* SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov2016-07-011-0/+2
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Clarify use of |$end0| in stitched x86-64 AES-GCM code.Brian Smith2016-06-271-0/+41