summaryrefslogtreecommitdiffstats
path: root/umac128.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upstream commitdtucker@openbsd.org2018-02-091-1/+2
| | | | | | | | Rename struct umac_ctx to umac128_ctx too. In portable some linkers complain about two symbols with the same name having differing sizes. ok djm@ OpenBSD-Commit-ID: cbebf8bdd3310a9795b4939a1e112cfe24061ca3
* upstream commitnaddy@openbsd.org2017-12-191-0/+9
Create a persistent umac128.c source file: #define the output size and the name of the entry points for UMAC-128 before including umac.c. Idea from FreeBSD. ok dtucker@ OpenBSD-Commit-ID: 463cfacfa07cb8060a4d4961e63dca307bf3f4b1