aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes/ocb128.c
Commit message (Expand)AuthorAgeFilesLines
* x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov2015-12-101-76/+97
* modes/ocb128.c: fix overstep.Andy Polyakov2015-12-101-1/+1
* modes/ocb128.c: fix sanitizer warning.Andy Polyakov2015-12-021-7/+7
* modes/ocb128.c: split fixed block xors to aligned and misaligned.Andy Polyakov2015-12-021-44/+14
* modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookupAndy Polyakov2015-12-021-8/+29
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-8/+6
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Fix warning on some compilers where variable index shadows a globalMatt Caswell2015-01-281-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-32/+40
* Added OPENSSL_NO_OCB guardsMatt Caswell2014-12-081-0/+4
* Add support for OCB mode as per RFC7253Matt Caswell2014-12-081-0/+587