aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/xform_poly1305.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* crypto: Define POLY1305_BLOCK_LEN constant.John Baldwin2021-12-161-1/+2
* crypto: Constify all transform descriptorsMark Johnston2021-07-261-1/+1
* poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.c.John Baldwin2021-03-051-31/+12
* Adjust crypto_apply function callbacks for OCF.John Baldwin2020-06-101-4/+4
* Add xform-conforming auth_hash wrapper for Poly-1305Conrad Meyer2018-08-171-0/+91