aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/blake2/blake2-sw.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* cryptosoft: Fully support per-operation keys for auth algorithms.John Baldwin2021-12-091-24/+14
* crypto: Constify all transform descriptorsMark Johnston2021-07-261-2/+2
* Adjust crypto_apply function callbacks for OCF.John Baldwin2020-06-101-4/+4
* Import Blake2 algorithms (blake2b, blake2s) from libb2Conrad Meyer2018-03-211-0/+163