aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes/ocb128.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+2
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-161-1/+1
* Following the license change, modify the boilerplates in crypto/modes/Richard Levitte2018-12-061-1/+1
* 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/ocb128.c: Reset nonce-dependent variables on setivMingtao Yang2018-06-081-60/+61
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code if alloc returns NULLRich Salz2018-04-051-4/+7
* modes/ocb128.c: address undefined behaviour warning.Andy Polyakov2017-05-261-58/+58
* modes/ocb128.c: fix misaligned access in ILP32 builds on 64-bit processors.Andy Polyakov2017-03-221-1/+1
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-46/+6
* Don't leak memory if realloc fails.Dr. Stephen Henson2016-05-121-2/+4
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-1/+1
* 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