summaryrefslogtreecommitdiff
path: root/lib/accelerated/afalg.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-54/+48
* Indent codeZoltan Fridrich2023-01-271-40/+41
* Prefer HTTPS to HTTP in URLsStefan Kangas2022-12-271-1/+1
* lib/accelerated: use unlikely on buffer length checks more consistentlyAlexander Sosedkin2022-01-261-1/+1
* lib/accelerated: rearranged several size checks to avoid overflowAlexander Sosedkin2022-01-261-1/+1
* lib/accelerated: report GNUTLS_E_SHORT_MEMORY_BUFFER in many placesAlexander Sosedkin2022-01-251-2/+14
* afalg: support AES-XTS algorithmsDaiki Ueno2021-04-231-0/+2
* afalg: cleanup header inclusionDaiki Ueno2021-04-231-7/+7
* afalg: remove unnecessary initializationDaiki Ueno2021-04-231-13/+12
* afalg: assert IV size returned from the kernel is in the rangeDaiki Ueno2021-04-231-2/+6
* Add AF_ALG accelerationStephan Mueller2021-04-201-0/+855