summaryrefslogtreecommitdiff
path: root/testsuite/cmac-test.c
Commit message (Expand)AuthorAgeFilesLines
* cmac-des3: add meta declaration to Nettle libraryDmitry Baryshkov2020-03-081-12/+0
* Add meta interface for CMAC functions.Niels Möller2020-02-091-24/+0
* cmac: add CMAC-DES3 (CMAC-TDES) implementationDmitry Eremin-Solenikov2019-07-101-0/+32
* Move MAC testing code to generic place from cmac-testDmitry Eremin-Solenikov2019-07-021-74/+26
* (test_cmac_hash): Deallocate ctx properly.cmac-supportNiels Möller2018-02-201-0/+1
* Mostly aesthetic changes to CMAC.Niels Möller2018-02-191-15/+16
* Reindent CMAC code to GNU standard, white space changes only.Niels Möller2018-02-191-1/+0
* Added support for CMACNikos Mavrogiannopoulos2018-02-191-0/+146